Files
simple-rust-tests/__wasm/wit-bindgen-sample/wit-bindgen/tests/codegen/simple-functions.wit

10 lines
214 B
Plaintext

f1: func()
f2: func(a: u32)
f3: func(a: u32, b: u32)
f4: func() -> u32
// TODO: reenable this when smw implements this
//f5: func() -> tuple<u32, u32>
//
//f6: func(a: u32, b: u32, c: u32) -> tuple<u32, u32, u32>