put names all in one place. some stub code for funcs!

This commit is contained in:
Pat Hickey
2020-01-19 19:33:41 -08:00
parent cd686915aa
commit 9291495e57
5 changed files with 126 additions and 45 deletions

View File

@@ -8,7 +8,7 @@
(module $foo
(@interface func (export "bar")
(param $an_int (@witx pointer u32))
(param $an_float (@witx pointer f32))
(param $an_int u32)
(param $an_float f32)
(result $error $errno))
)