1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-07-11 14:21:34 +00:00

Add some branching instructions

This commit is contained in:
Lachlan Sneff
2019-02-11 19:34:04 -08:00
parent 327e3a4a1a
commit 5ee19e55a5
6 changed files with 454 additions and 94 deletions

@ -1,7 +1,7 @@
use wasmer_runtime_core::{
backend::{Compiler, Token},
error::CompileError,
module::{ModuleInfo, ModuleInner},
module::ModuleInner,
};
mod code;