repl_test: start re-writing the Wasm tests to use roc_wasm_interp

This commit is contained in:
Brian Carroll 2022-12-14 22:44:09 +00:00
parent e6325fa78f
commit eaa3f14fb0
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
7 changed files with 204 additions and 3 deletions

View file

@ -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