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