Fix wiggle tests
This commit is contained in:
committed by
Andrew Brown
parent
df9c725fa0
commit
fa98f0bc91
@@ -1,16 +1,17 @@
|
||||
(use "errno.witx")
|
||||
|
||||
(typename $ret u32)
|
||||
|
||||
(module $strings
|
||||
(@interface func (export "hello_string")
|
||||
(param $a_string string)
|
||||
(result $error $errno)
|
||||
(result $total_bytes u32)
|
||||
(result $error (expected $ret (error $errno)))
|
||||
)
|
||||
|
||||
(@interface func (export "multi_string")
|
||||
(param $a string)
|
||||
(param $b string)
|
||||
(param $c string)
|
||||
(result $error $errno)
|
||||
(result $total_bytes u32)
|
||||
(result $error (expected $ret (error $errno)))
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user