Crates.io | its-wasmtime |
lib.rs | its-wasmtime |
version | 0.1.1 |
source | src |
created_at | 2024-05-16 17:32:05.712458 |
updated_at | 2024-05-16 21:31:26.02878 |
description | A simple Wasmtime component model runtime |
homepage | |
repository | https://github.com/SuddenlyHazel/its-wasmtime |
max_upload_size | |
id | 1242322 |
size | 8,737 |
A simple Wasmtime plugin component runtime
Install cargo component
cargo install cargo-component --locked
Make sure you have the correct targets for building your plugins
rustup target add wasm32-unknown-unknown
rustup target add wasm32-wasi
TODO See tests/simple_component
for now
TODO See tests/simple_component
for now