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