Skip to content

Commit b3ae05e

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

3 files changed

Lines changed: 5493 additions & 2334 deletions

File tree

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)