mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-28 03:09:31 +00:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
(module
|
|
(func (export "f"))
|
|
(func (export "g"))
|
|
(func (export "h"))
|
|
)
|