(module (func (export "answer") (result i32) i32.const 42 ) ). Here we're just exporting one function which returns an integer that we'll read from Rust.
確定! 回上一頁