mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00:00
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
|
(module
|
||
|
(type (;0;) (func))
|
||
|
(func $nop (type 0))
|
||
|
(memory (;0;) 17)
|
||
|
(export "memory" (memory 0))
|
||
|
(export "nop" (func $nop)))
|