Fix wasm tests

This commit is contained in:
Sergey Pepyakin
2017-12-12 15:40:54 +01:00
parent 4297a64e9e
commit c5c8af03e1
3 changed files with 16 additions and 19 deletions

View File

@ -1,6 +1,6 @@
mod basics;
mod wabt;
// mod wasm;
mod wasm;
mod utils {
use elements::{Internal, ExportEntry, InitExpr, Opcode, ValueType, GlobalType, GlobalEntry};