|
@@ -101,7 +101,7 @@ interface
|
|
|
// exceptions (legacy)
|
|
|
'try','catch','catch_all','delegate','throw','rethrow','end_try',
|
|
|
// exceptions (with exnref)
|
|
|
- 'try_table','catch','catch_ref','catch_all','catch_all_ref','throw','throw_ref','end' {try_table},
|
|
|
+ 'try_table','catch','catch_ref','catch_all','catch_all_ref','throw','throw_ref','end_try_table',
|
|
|
// atomic memory accesses - load/store
|
|
|
'i32.atomic.load8_u', 'i32.atomic.load16_u', 'i32.atomic.load',
|
|
|
'i64.atomic.load8_u', 'i64.atomic.load16_u', 'i64.atomic.load32_u',
|