A repo to demo how we can make use of Wasm component model in a host program which embeds Wasmtime. We indent to provide host programs in Rust and GoLang initially.
The repo provides an accelerator to execute wasm components as part of a larger project/solution e.g. running wasm component in a data pipeline solution which is written in Rust or GoLang.
The repo makes use of Dev container for building and trying the accelerator.
Run make
in terminal at root of the project.
- Enable standard WASI 2 preview imports in wasm component when required.
- Change GoLang host to load wasm components (instead of modules) when it will be supported in wasmtime-go.