* parse the proc macro argument into a file path * use a much simpler witx spec by default
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
|
|
|
|
(typename $errno
|
|
(enum u32
|
|
$dont_want_to
|
|
$physically_unable
|
|
$picket_line))
|
|
|
|
(module $foo
|
|
(@interface func (export "bar")
|
|
(param $name string)
|
|
(result $error $errno))
|
|
)
|