Docs.rs
wasmer-runtime-0.4.2
wasmer-runtime 0.4.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
syrusakbary
MarkMcCaskey
github:wasmerio:wasmer-core
Dependencies
lazy_static ^1.2.0
normal
memmap ^0.7.0
normal
wasmer-clif-backend ^0.4.2
normal
wasmer-runtime-core ^0.4.2
normal
wasmer-singlepass-backend ^0.4.2
normal
criterion ^0.2
dev
tempfile ^3.0.7
dev
wabt ^0.7.4
dev
Versions
This release has been yanked, go to latest version
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition CompileResult
wasmer_runtime
::
error
[
−
]
[src]
Type Definition
wasmer_runtime
::
error
::
CompileResult
type CompileResult<T> =
Result
<T,
CompileError
>;