finish factoring tests (#17)
* atoms in one test unit * factor out pointers test * factor structs into separate test unit * factor out arrays, flags * finally, separate into strings and ints
This commit is contained in:
8
tests/strings.witx
Normal file
8
tests/strings.witx
Normal file
@@ -0,0 +1,8 @@
|
||||
(use "errno.witx")
|
||||
(module $strings
|
||||
(@interface func (export "hello_string")
|
||||
(param $a_string string)
|
||||
(result $error $errno)
|
||||
(result $total_bytes u32)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user