mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
|
(module
|
||
|
(type (;0;) (func))
|
||
|
(import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0)))
|
||
|
(table (;0;) 32 anyref)
|
||
|
(memory (;0;) 17)
|
||
|
(export "memory" (memory 0))
|
||
|
(export "__wbindgen_export_0" (table 0))
|
||
|
(export "__wbindgen_start" (func 0)))
|