1 unstable release
new 0.1.0 | Apr 20, 2025 |
---|
#1055 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
~16–24MB
~347K SLoC