mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-28 19:29:28 +00:00
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
(module
|
|
(func $start (unreachable))
|
|
(start $start)
|
|
)
|