Docs.rs
wasmi-0.24.0
wasmi 0.24.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Robbepop
Dependencies
spin ^0.9
normal
wasmi_arena ^0.4
normal
wasmi_core ^0.9
normal
wasmparser-nostd ^0.91
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
WasmResults
Implementors
In wasmi
?
Trait
wasmi
::
WasmResults
source
·
[
−
]
pub trait WasmResults:
WasmTypeList
{ }
Expand description
The typed results of a
TypedFunc
.
Implementors
§
source
§
impl<T>
WasmResults
for T
where
T:
WasmTypeList
,