Relocated wat files

This commit is contained in:
Syrus
2020-05-18 20:25:35 -07:00
parent 906ed72f04
commit 01443c9e70
6 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(module
(func (export "sqrt") (param f32) (result f32)
f32.sqrt
)
)