some progress on marshalling args

This commit is contained in:
Pat Hickey
2020-01-23 17:55:59 -08:00
parent b4f21752b0
commit b6d342ccb5
4 changed files with 89 additions and 23 deletions

View File

@@ -8,9 +8,18 @@
$physically_unable
$picket_line))
(typename $excuse
(enum u8
$dog_ate
$traffic
$sleeping))
(module $foo
(@interface func (export "bar")
(param $an_int u32)
(param $an_float f32)
(result $error $errno))
(@interface func (export "baz")
(param $an_excuse $excuse)
(result $error $errno))
)