mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
test_gen: get some tests working with roc_wasm_interp
This commit is contained in:
parent
8c7d9dbff8
commit
90449f45f3
5 changed files with 120 additions and 169 deletions
|
@ -6,10 +6,10 @@ pub mod wasi;
|
|||
|
||||
// Main external interface
|
||||
pub use instance::Instance;
|
||||
pub use wasi::WasiDispatcher;
|
||||
|
||||
use roc_wasm_module::{Value, ValueType, WasmModule};
|
||||
use value_stack::ValueStack;
|
||||
use wasi::WasiDispatcher;
|
||||
|
||||
pub trait ImportDispatcher {
|
||||
/// Dispatch a call from WebAssembly to your own code, based on module and function name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue