mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Move wasmer dependency from gen_wasm to test_wasm
This commit is contained in:
parent
eb691ef617
commit
ce9658684a
10 changed files with 7 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue