mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
wasm_interp: don't expose internal types
This commit is contained in:
parent
4714b4599a
commit
c6e446da8d
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue