wasmi interpreter (#7796)

This commit is contained in:
Nikolay Volf
2018-02-05 22:59:27 +03:00
committed by Afri Schoedon
parent ebda6d3916
commit fb4582a90e
13 changed files with 960 additions and 1335 deletions

View File

@@ -16,7 +16,7 @@ fn load_code<P: AsRef<path::Path>>(p: P) -> io::Result<Vec<u8>> {
}
fn wasm_interpreter() -> WasmInterpreter {
WasmInterpreter::new().expect("wasm interpreter to create without errors")
WasmInterpreter
}
#[derive(Debug)]