You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified throw context example, with concrete types but not concrete values.
Addresses @aheejin's request in a previous review comment:
WebAssembly#180 (comment)
Originally I wrote this using
- `val_{i32} = (i32.const 1)`,
- `val_{f32} = (f32.const 2.0)`, and
- `val_{i64} = (i64.const 3)`,
but the example seemed then really long.
To keep the example relatively short I switched to the current version.
0 commit comments