wasmi/spec/src/lib.rs

7 lines
64 B
Rust
Raw Normal View History

2018-01-22 14:55:43 +00:00
2018-01-22 14:58:14 +00:00
extern crate wasmi;
extern crate wabt;
2018-01-22 14:55:43 +00:00
mod run;
mod fixtures;