Unreachable statement

The unreachable statement asserts that some piece of code is unreachable. If the code is actually reached at runtime, the WebAssembly module will trap (crash).

Examples

The code below crashes immediately.

Note
This section is not finished.