wasm-component-trampoline 33.0.1

A library for linking WASM components together using host trampoline functions
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg(not(target_family = "wasm"))]

mod graph;
mod path;
pub mod semver;
mod trampoline;

pub use graph::*;
pub use path::*;
pub use trampoline::*;