multi_value_gen

Crates.iomulti_value_gen
lib.rsmulti_value_gen
version0.1.1
created_at2025-12-07 12:53:47.019041+00
updated_at2026-01-05 19:03:15.563129+00
descriptionGenerate WebAssembly with multi-value
homepage
repositoryhttps://github.com/Shua-github/multi-value-gen
max_upload_size
id1971527
size21,031
Shua (Shua-github)

documentation

README

multi-value-gen

感谢wasm-bindgen提供的思路

使用

multi_value_gen -i <文件路径> -o <文件路径> -f <函数名:返回类型,...;...>

参数:

  • -i: 输入wasm文件路径
  • -o: 输出wasm文件路径
  • -f: 函数签名列表,格式为:
    <函数名:返回类型,...;...>
    
    返回值类型有: i32, i64, f32, f64
Commit count: 2

cargo fmt