Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/stub4
/
.
/
test
/
ctor-eval
/
params.wast
blob: 196a2ebae1af39221ee23ae0d47ba860669976a6 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func $test1
(
export
"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
)
)
)