mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
+ added the TWasmLinkingSubsectionType enum
This commit is contained in:
parent
b97570c8b3
commit
ab0d7697c3
@ -65,6 +65,12 @@ type
|
|||||||
R_WASM_TABLE_INDEX_I64 = 19,
|
R_WASM_TABLE_INDEX_I64 = 19,
|
||||||
R_WASM_TABLE_NUMBER_LEB = 20);
|
R_WASM_TABLE_NUMBER_LEB = 20);
|
||||||
|
|
||||||
|
TWasmLinkingSubsectionType = (
|
||||||
|
WASM_SEGMENT_INFO = 5,
|
||||||
|
WASM_INIT_FUNCS = 6,
|
||||||
|
WASM_COMDAT_INFO = 7,
|
||||||
|
WASM_SYMBOL_TABLE = 8);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user