感谢wasm-bindgen提供的思路
multi_value_gen -i <文件路径> -o <文件路径> -f <函数名:返回类型,...;...>-i: 输入wasm文件路径-o: 输出wasm文件路径-f: 函数签名列表,格式为:返回值类型有:<函数名:返回类型,...;...>i32,i64,f32,f64
| Name | Name | Last commit date | ||
|---|---|---|---|---|
感谢wasm-bindgen提供的思路
multi_value_gen -i <文件路径> -o <文件路径> -f <函数名:返回类型,...;...>-i: 输入wasm文件路径-o: 输出wasm文件路径-f: 函数签名列表,格式为:
<函数名:返回类型,...;...>
i32, i64, f32, f64