mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Wasm: Create Section trait for common functionality between module sections
This commit is contained in:
parent
fd79613f0d
commit
d3554b2ac0
2 changed files with 124 additions and 129 deletions
|
@ -11,7 +11,7 @@ pub use sections::{ConstExpr, Export, ExportType, Global, GlobalType, Signature}
|
|||
use self::linking::{LinkingSection, RelocationSection};
|
||||
use self::sections::{
|
||||
CodeSection, DataSection, ExportSection, FunctionSection, GlobalSection, ImportSection,
|
||||
MemorySection, OpaqueSection, TypeSection,
|
||||
MemorySection, OpaqueSection, Section, TypeSection,
|
||||
};
|
||||
use self::serialize::{SerialBuffer, Serialize};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue