enum CrystalRobots::Compiler::WASM_Emitter::Section
Overview
https://webassembly.github.io/spec/core/binary/modules.html#sections
Defined in:
compiler/wasm_emitter.crEnum Members
-
Custom =
0_u8
-
Type =
1_u8
-
Import =
2_u8
-
Func =
3_u8
-
Table =
4_u8
-
Memory =
5_u8
-
Global =
6_u8
-
Export =
7_u8
-
Start =
8_u8
-
Element =
9_u8
-
Code =
10_u8
-
Data =
11_u8