Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/runOnModuleCode
/
.
/
test
/
ctor-eval
/
params.wast
blob: cb346bb3b383df3144b8105125223cf0b554b1cd [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func
"test1"
(
param $x i32
)
;;
The
presence of
params
stops us
from
evalling
this
function
,
at least
;;
not
with
--
ignore
-
external
-
input
(
see ignore
-
external
-
input
.
wast
)
(
nop
)
)
)