Fix build error

And slightly improve efficiency by exiting early from an iteration
This commit is contained in:
Brian Carroll 2021-11-04 22:18:10 +00:00
parent 09f2ce327c
commit c5d99433f7
2 changed files with 2 additions and 5 deletions

View file

@ -8,6 +8,4 @@ pub use code_builder::{
Align, BlockType, CodeBuilder, LocalId, ValueType, VirtualMachineSymbolState,
};
pub use linking::{LinkingSubSection, SymInfo};
pub use sections::{
Export, ExportType, Global, ConstExpr, GlobalType, Signature, WasmModule,
};
pub use sections::{ConstExpr, Export, ExportType, Global, GlobalType, Signature, WasmModule};