Shorter name: VmSymbolState

This commit is contained in:
Brian Carroll 2021-11-14 09:08:19 +00:00
parent 1c6fab7043
commit 39263b0ab1
3 changed files with 11 additions and 13 deletions

View file

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