Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
func
/
no-space.txt
blob: 82bd53d4a8dd7c4f9de6a3a224d32cef73cc5635 [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(func $foomore
i32.const 0x0
call $foo)
(func $foo (param i32) nop)
)