소스 검색

+ added the TWasmLinkingSubsectionType enum

Nikolay Nikolov 3 년 전
부모
커밋
ab0d7697c3
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      compiler/wasmbase.pas

+ 6 - 0
compiler/wasmbase.pas

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