mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-07 11:32:16 +00:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
|
(module
|
||
|
(table 0 17 anyfunc)
|
||
|
(export "foo" (table 0))
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (table (;0;) 0 17 anyfunc)
|
||
|
;; (export "foo" (table 0)))
|
||
|
;; STDOUT
|