clear out a bunch of old code, reorganize

This commit is contained in:
Pat Hickey
2020-01-19 18:32:16 -08:00
parent 4c7b3e8685
commit cd686915aa
10 changed files with 403 additions and 457 deletions

View File

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