mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 01:11:06 +00:00
Updates a mess of dependencies and tracks the most recent version of the reference types specification.
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
(module
|
|
(type (;0;) (func))
|
|
(import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0)))
|
|
(func $foo (type 0))
|
|
(table (;0;) 32 externref)
|
|
(memory (;0;) 17)
|
|
(export "memory" (memory 0))
|
|
(export "foo" (func $foo))
|
|
(export "__wbindgen_export_0" (table 0))
|
|
(export "__wbindgen_start" (func 0)))
|