Skip to content

Commit 9076cae

Browse files
committed
Delegate Instruction encoding to a new type
1 parent 4297343 commit 9076cae

File tree

3 files changed

+5486
-2335
lines changed

3 files changed

+5486
-2335
lines changed

crates/wasm-encoder/src/core.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mod exports;
88
mod functions;
99
mod globals;
1010
mod imports;
11+
mod instructions;
1112
mod linking;
1213
mod memories;
1314
mod names;
@@ -27,6 +28,7 @@ pub use exports::*;
2728
pub use functions::*;
2829
pub use globals::*;
2930
pub use imports::*;
31+
pub use instructions::*;
3032
pub use linking::*;
3133
pub use memories::*;
3234
pub use names::*;

0 commit comments

Comments
 (0)