MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / IntoWasmValues

Interface IntoWasmValues

crates/tinywasm/src/func.rs:531–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531pub trait IntoWasmValues {
532 fn into_wasm_values(self) -> Vec<WasmValue>;
533}
534
535pub trait FromWasmValues: Sized {
536 fn from_wasm_values(values: &[WasmValue]) -> Result<Self>;

Callers

nothing calls this directly

Implementers 1

func.rscrates/tinywasm/src/func.rs

Calls

no outgoing calls

Tested by

no test coverage detected