its-wasmtime

Crates.ioits-wasmtime
lib.rsits-wasmtime
version0.1.1
sourcesrc
created_at2024-05-16 17:32:05.712458
updated_at2024-05-16 21:31:26.02878
descriptionA simple Wasmtime component model runtime
homepage
repositoryhttps://github.com/SuddenlyHazel/its-wasmtime
max_upload_size
id1242322
size8,737
Hazel (SuddenlyHazel)

documentation

README

It's Wasmtime!

A simple Wasmtime plugin component runtime

Before you start..

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

Setting up the Plugin Host

TODO See tests/simple_component for now

Writing a Plugin

TODO See tests/simple_component for now

Commit count: 8

cargo fmt