wasm-component-trampoline 0.1.1

A library for linking WASM components together using host trampoline functions
Documentation

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 WIT (WASM Interface Types) components, but can be used with others.

WASM Component Trampoline Example Diagram

Installation

cargo install wasm-component-trampoline

Usage