From 0f55d00cf556112c36bbd4b84970fc989cd38125 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <[email protected]> Date: Wed, 8 Apr 2020 11:58:12 -0400 git-svn-id: branches/wasm@46172 -
@@ -171,7 +171,7 @@ type
{ TWasmElement }
TWasmElement = class(TObject)
- tableIdx : Integer;
+ tableId : TWasmId;
offset : TWasmInstrList; // offset expression
funcCount : Integer;
funcs : array of TWasmId;