mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Create types for DataSection
This commit is contained in:
parent
21988b5fd6
commit
c57d99c1ac
4 changed files with 122 additions and 31 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue