|
@@ -87,6 +87,8 @@ interface
|
|
'memory.copy 0,0', 'memory.fill 0', 'memory.init', 'data.drop',
|
|
'memory.copy 0,0', 'memory.fill 0', 'memory.init', 'data.drop',
|
|
// reference instructions
|
|
// reference instructions
|
|
'ref.null', 'ref.is_null', 'ref.func',
|
|
'ref.null', 'ref.is_null', 'ref.func',
|
|
|
|
+ // table instructions
|
|
|
|
+ 'table.get', 'table.set', 'table.size', 'table.grow', 'table.fill', 'table.copy', 'table.init', 'elem.drop',
|
|
// exceptions
|
|
// exceptions
|
|
'try','catch','catch_all','delegate','throw','rethrow','end_try',
|
|
'try','catch','catch_all','delegate','throw','rethrow','end_try',
|
|
// atomic memory accesses - load/store
|
|
// atomic memory accesses - load/store
|