Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parser-error-contexts
/
.
/
test
/
ctor-eval
/
params.wast.out
blob: 1352c0187a16d1f9801e49c4d42ba8f88cd39836 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
param i32
)))
(
export
"test1"
(
func $0
))
(
func $0
(
type $0
)
(
param $x i32
)
(
nop
)
)
)