Skip to content

andyl-technologies/wasm-component-trampoline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

232 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WebAssembly Component Trampoline Framework

Topics

Resources

License

Stars

Watchers

Forks

Contributors