implement table.get and table.set and pass ref_is_null test suit

This commit is contained in:
Ilya Rezvov
2022-06-04 16:32:20 -06:00
parent 0b44ee13b8
commit 2d15ddfa36
6 changed files with 69 additions and 15 deletions
+1
View File
@@ -142,6 +142,7 @@ data Instruction index =
| RefNull ElemType
| RefIsNull
| RefFunc index
| RefExtern Natural
-- Parametric instructions
| Drop
| Select