Docs.rs
tanoshi-vm-0.3.0
tanoshi-vm 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
faldez
Dependencies
bytes ^1
normal
env_logger ^0.9.0
normal
log ^0.4.14
normal
ron ^0.6.4
normal
serde ^1.0
normal
tanoshi-lib ^0.24.0
normal
tanoshi-util ^0.2.0
normal
tokio ^1
normal
ureq ^2
normal
wasmer ^2.0.0
normal
wasmer-compiler-cranelift ^2.0.0
normal
wasmer-compiler-llvm ^2.0.0
normal
wasmer-engine-dylib ^2.0.0
normal
wasmer-wasi ^2.0.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
☰
?
1
2
3
4
5
6
#[
macro_use
]
extern
crate
log
;
pub
mod
bus
;
pub
mod
vm
;
pub
mod
prelude
;