mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Move Value from wasm_interp to wasm_module & create GlobalSection::initial_values
This commit is contained in:
parent
0a2f2739b2
commit
235c238e36
6 changed files with 85 additions and 15 deletions
|
@ -2,6 +2,7 @@ use bumpalo::{collections::Vec, Bump};
|
|||
use roc_wasm_module::opcodes::OpCode;
|
||||
use roc_wasm_module::parse::Parse;
|
||||
use roc_wasm_module::sections::MemorySection;
|
||||
use roc_wasm_module::Value;
|
||||
use roc_wasm_module::WasmModule;
|
||||
|
||||
use crate::call_stack::CallStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue