CLI参考 该wasm-bindgen工具有许多选项可用于调整生成的JS. 默认情况下,生成的JS 使用 ES模块,并且与 Node 和 浏览器兼容 (但可能需要两个用例的捆绑器) . 可以通过以下方式了解更多wasm-bindgen --help, 但一些值得注意的选择是: --nodejs: 这个标志将为输出 Node 而不是 浏览器 ,允许本机使用require生成的...
I have two projects on my computer depending on WasmBindgen, but requiring different versions. How can I specify and pin the right wasm-bindgen-cli version on a per-project basis so it always matches the corresponding wasm-bindgen lib version? Additional Details My first Cargo.toml contains: ...