We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e760a commit b7731c8Copy full SHA for b7731c8
crates/wasmi/src/engine/executor/handler/mod.rs
@@ -5,3 +5,8 @@ mod eval;
5
mod utils;
6
mod exec;
7
mod state;
8
+
9
+pub use self::{
10
+ dispatch::{init_wasm_func_call, op_code_to_handler},
11
+ state::Stack,
12
+};
0 commit comments