mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
+ added WASM segment flag constants
This commit is contained in:
parent
9859125c7b
commit
eb8325300e
@ -97,6 +97,10 @@ type
|
|||||||
SYMTAB_TABLE = 5);
|
SYMTAB_TABLE = 5);
|
||||||
|
|
||||||
const
|
const
|
||||||
|
{ segment flags }
|
||||||
|
WASM_SEG_FLAG_STRINGS = $01;
|
||||||
|
WASM_SEG_FLAG_TLS = $02;
|
||||||
|
|
||||||
{ symbol flags }
|
{ symbol flags }
|
||||||
WASM_SYM_BINDING_WEAK = $01;
|
WASM_SYM_BINDING_WEAK = $01;
|
||||||
WASM_SYM_BINDING_LOCAL = $02;
|
WASM_SYM_BINDING_LOCAL = $02;
|
||||||
|
Loading…
Reference in New Issue
Block a user