git-subtree-dir: crates/wiggle git-subtree-mainline:2ead747f48git-subtree-split:cd484e4993
17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
(use "errno.witx")
|
|
(module $strings
|
|
(@interface func (export "hello_string")
|
|
(param $a_string string)
|
|
(result $error $errno)
|
|
(result $total_bytes u32)
|
|
)
|
|
|
|
(@interface func (export "multi_string")
|
|
(param $a string)
|
|
(param $b string)
|
|
(param $c string)
|
|
(result $error $errno)
|
|
(result $total_bytes u32)
|
|
)
|
|
)
|