Files
wasmtime/crates/wiggle/tests/ints.witx
2021-02-18 14:45:20 -08:00

14 lines
247 B
Plaintext

(use "errno.witx")
(typename $cookie u64)
(@witx const $cookie $start 0)
(typename $bool bool)
(module $ints
(@interface func (export "cookie_cutter")
(param $init_cookie $cookie)
(result $error (expected $bool (error $errno)))
)
)