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.
Instruction
1 parent 4297343 commit 9076caeCopy full SHA for 9076cae
crates/wasm-encoder/src/core.rs
@@ -8,6 +8,7 @@ mod exports;
8
mod functions;
9
mod globals;
10
mod imports;
11
+mod instructions;
12
mod linking;
13
mod memories;
14
mod names;
@@ -27,6 +28,7 @@ pub use exports::*;
27
28
pub use functions::*;
29
pub use globals::*;
30
pub use imports::*;
31
+pub use instructions::*;
32
pub use linking::*;
33
pub use memories::*;
34
pub use names::*;
0 commit comments