wasm-component-trampoline

Crates.iowasm-component-trampoline
lib.rswasm-component-trampoline
version36.0.0
created_at2025-06-07 00:11:06.20724+00
updated_at2025-08-23 00:40:02.51207+00
descriptionA library for linking WASM components together using host trampoline functions
homepage
repository
max_upload_size
id1703598
size273,469
ANDYL (andyl-owner)

documentation

README

WASM Component Trampoline

Crates.io Documentation License

Library for linking WASM components together using host "trampoline" functions, that can securely read/modify the host context between component calls.

Designed for versioned WIT (WASM Interface Type) components, but can be used with others. Versioned dependency resolution between components is done in the same style as the Wasmtime component linker (docs).

WASM Component Trampoline Example Diagram

Installation

cargo add wasm-component-trampoline

Usage

Commit count: 0

cargo fmt