mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
wasm_interp: don't expose internal types
This commit is contained in:
parent
4714b4599a
commit
c6e446da8d
@ -7,12 +7,8 @@ pub mod wasi;
|
||||
// Main external interface
|
||||
pub use instance::Instance;
|
||||
|
||||
// Exposed for testing only. Should eventually become private.
|
||||
pub use call_stack::CallStack;
|
||||
pub use instance::Action;
|
||||
pub use value_stack::ValueStack;
|
||||
|
||||
use roc_wasm_module::Value;
|
||||
use value_stack::ValueStack;
|
||||
|
||||
pub trait ImportDispatcher {
|
||||
/// Dispatch a call from WebAssembly to your own code, based on module and function name.
|
||||
|
Loading…
Reference in New Issue
Block a user