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