Thin ReqPack wrapper for wasm-bindgen-cli.
- remote tool:
wasm-bindgen-cli - remote tool alias:
wasm-bindgen - generated cache entry:
generated:<cache-key> - local artifact for
installLocal():path/to/module.wasm
install()installswasm-bindgen-clithrough Cargoremove()removes installed tool or cached generated entryupdate()upgrades installed tool through Cargolist()lists installed tool plus cached local generation outputssearch()matches known aliases forwasm-bindgen-cliinfo()returns tool metadata or cached generation manifestinstallLocal()runswasm-bindgenon local.wasmoutdated()returns empty list in v1
- Cargo tool state: user Cargo home, typically
~/.cargo/ - plugin cache root: ReqPack data root if available, else
~/.cache/reqpack/wasm-bindgen - generated outputs:
<cache-root>/generated/<cache-key>/out/ - cache manifests:
<cache-root>/generated/<cache-key>/manifest.json
- manages one upstream tool:
wasm-bindgen-cli - no
wasm-packintegration - no automatic remote outdated detection
- local generation only accepts
.wasm remove()deletes generated output only for cache-managed outputs
target=web|bundler|nodejs|no-modules|deno|experimental-nodejs-moduleout-dir=/custom/pathtypescript=falsedebug=truebrowser=truekeep-debug=truekeep-lld-exports=trueomit-default-module-path=trueomit-imports=truesplit-linked-modules=trueno-demangle=trueno-modules-global=MyBindingsreset-state=true
rqp test-plugin --plugin ./run.lua --preset core