Move wasmer dependency from gen_wasm to test_wasm

This commit is contained in:
Brian Carroll 2021-11-07 22:56:28 +00:00
parent eb691ef617
commit ce9658684a
10 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,6 @@
use bumpalo::collections::Vec;
use roc_gen_wasm::from_wasm32_memory::FromWasm32Memory;
use crate::helpers::from_wasm32_memory::FromWasm32Memory;
use roc_gen_wasm::wasm_module::opcodes;
use roc_gen_wasm::wasm_module::{
Align, CodeBuilder, Export, ExportType, LocalId, Signature, ValueType, WasmModule,