+ added WASM segment flag constants

This commit is contained in:
Nikolay Nikolov 2022-07-13 22:41:18 +03:00
parent 9859125c7b
commit eb8325300e

View File

@ -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;