Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| --setpref=wasm_test_serialization=true
wasmEvalText(`(module
(type (sub (array (mut i32))))
(type (sub 0 (array (mut i32))))
(rec
(type (sub (array (mut i32))))
(type (sub 2 (array (mut i32))))
)
)`);