mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
6 lines
76 B
Plaintext
Vendored
6 lines
76 B
Plaintext
Vendored
(module
|
|
(func (export "sqrt") (param f32) (result f32)
|
|
f32.sqrt
|
|
)
|
|
)
|