Skip to content

Commit b7731c8

Browse files
committed
properly re-export handler definitions
1 parent 54e760a commit b7731c8

File tree

1 file changed

+5
-0
lines changed
  • crates/wasmi/src/engine/executor/handler

1 file changed

+5
-0
lines changed

crates/wasmi/src/engine/executor/handler/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ mod eval;
55
mod utils;
66
mod exec;
77
mod state;
8+
9+
pub use self::{
10+
dispatch::{init_wasm_func_call, op_code_to_handler},
11+
state::Stack,
12+
};

0 commit comments

Comments
 (0)