return values written to pointers!

This commit is contained in:
Pat Hickey
2020-01-27 12:40:54 -08:00
parent a20ef36a49
commit e6a4ae205c
4 changed files with 153 additions and 77 deletions

View File

@@ -25,4 +25,8 @@
(param $a_lamer_excuse (@witx const_pointer $excuse))
(param $two_layers_of_excuses (@witx pointer (@witx const_pointer $excuse)))
(result $error $errno))
(@interface func (export "bat")
(param $an_int u32)
(result $error $errno)
(result $doubled_it f32))
)