mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
6 lines
122 B
Plaintext
Vendored
6 lines
122 B
Plaintext
Vendored
(module
|
|
(type (;0;) (func (param f64) (result i32)))
|
|
(func (;0;) (type 0) (param f64) (result i32)
|
|
unreachable))
|
|
|