mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
Relocated wat files
This commit is contained in:
5
tests/examples/invalid.wat
Normal file
5
tests/examples/invalid.wat
Normal file
@ -0,0 +1,5 @@
|
||||
(module
|
||||
(func (export "sqrt") (param f32) (result f32)
|
||||
f32.sqrt
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user