Create types for DataSection

This commit is contained in:
Brian Carroll 2021-11-04 18:58:17 +00:00
parent 21988b5fd6
commit c57d99c1ac
4 changed files with 122 additions and 31 deletions

View file

@ -9,5 +9,5 @@ pub use code_builder::{
};
pub use linking::{LinkingSubSection, SymInfo};
pub use sections::{
Export, ExportType, Global, GlobalInitValue, GlobalType, Signature, WasmModule,
Export, ExportType, Global, ConstExpr, GlobalType, Signature, WasmModule,
};