Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
HEAD
/
.
/
test
/
lit
/
node
/
fuzz_shell_second.wast.second
blob: 3c52a59c9cfd2b600b73a22cf747b83ba50be12c [
file
] [
log
] [
blame
]
;;
Second
module
for
the test
.
(
module
(
func $second
(
export
"second"
)
(
result i32
)
(
i32
.
const
1337
)
)
)