mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
6 lines
111 B
Plaintext
Vendored
6 lines
111 B
Plaintext
Vendored
(module
|
|
(func $main (export "_start") (result i32)
|
|
(i32.div_s (i32.const 0) (i32.const 0))
|
|
)
|
|
)
|