mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
repl_test: start re-writing the Wasm tests to use roc_wasm_interp
This commit is contained in:
parent
e6325fa78f
commit
eaa3f14fb0
7 changed files with 204 additions and 3 deletions
|
@ -50,7 +50,7 @@ pub struct Instance<'a, I: ImportDispatcher> {
|
|||
/// Cache for branching instructions
|
||||
branch_cache: Vec<'a, BranchCacheEntry>,
|
||||
/// Import dispatcher from user code
|
||||
import_dispatcher: I,
|
||||
pub import_dispatcher: I,
|
||||
/// Temporary storage for import arguments
|
||||
import_arguments: Vec<'a, Value>,
|
||||
/// temporary storage for output using the --debug option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue