mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-04 11:21:06 +00:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
|
(module
|
||
|
(type (;0;) (func))
|
||
|
(type (;1;) (func (param i32)))
|
||
|
(func $__wbindgen_exn_store (type 1) (param i32))
|
||
|
(func $exported (type 0))
|
||
|
(memory (;0;) 17)
|
||
|
(export "memory" (memory 0))
|
||
|
(export "exported" (func $exported))
|
||
|
(export "__wbindgen_exn_store" (func $__wbindgen_exn_store)))
|