1 unstable release
0.1.0 | Apr 20, 2025 |
---|
#1486 in WebAssembly
32KB
507 lines
Extension Bridge system for the ComApi WASM host
This crate implements a bridge system inspired by wasmcloud's Provider concept, allowing extension of the WASM host with additional capabilities through WIT interfaces.
Viam Bridge SDK
Build
cargo build
Release
cargo build --release
Publish
Dry run
cargo publish --dry-run
Release
cargo publish
Dependencies
~17–30MB
~397K SLoC