Completely delete Wasm BlockType

This commit is contained in:
Brian Carroll 2021-12-21 23:13:49 +00:00
parent 1c20075d7b
commit 471e2c3143
3 changed files with 18 additions and 43 deletions

View file

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