wasm-core 0.2.15

Portable WebAssembly implementation
Documentation
1
2
3
4
5
6
pub use std::*;
pub use std::boxed::Box;
pub use std::vec::Vec;
pub use std::string::String;
pub use std::collections::{BTreeMap, BTreeSet, VecDeque};
pub use std::rc::Rc;