mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
(module
|
|
(table 0 10 anyfunc)
|
|
(func $f)
|
|
(elem (i32.const 0) $f)
|
|
(func $main (export "main"))
|
|
)
|