+ more relocation types added to the enum TWasmRelocationType

This commit is contained in:
Nikolay Nikolov 2024-09-11 01:00:30 +03:00
parent 06917784d0
commit dbc3e71eda

View File

@ -114,7 +114,11 @@ type
R_WASM_MEMORY_ADDR_I64 = 16,
R_WASM_TABLE_INDEX_SLEB64 = 18,
R_WASM_TABLE_INDEX_I64 = 19,
R_WASM_TABLE_NUMBER_LEB = 20);
R_WASM_TABLE_NUMBER_LEB = 20,
R_WASM_FUNCTION_OFFSET_I64 = 22,
R_WASM_MEMORY_ADDR_LOCREL_I32 = 23,
R_WASM_TABLE_INDEX_REL_SLEB64 = 24,
R_WASM_FUNCTION_INDEX_I32 = 26);
TWasmLinkingSubsectionType = (
WASM_SEGMENT_INFO = 5,