Files
wasmtime/crates
Dan Gohman 42b23dac4a Make the trap name for unreachable traps more descriptive. (#3568)
Following up on WebAssembly/wasi-sdk#210, this makes the trap message
for `unreachable` traps more descriptive of what actually caused the
trap, so that it doesn't sound like maybe Wasmtime itself executed a
`unreachable!()` macro in Rust.

Before:
```
wasm trap: unreachable
wasm backtrace:
     [...]
```

After:
```
wasm trap: wasm `unreachable` instruction executed
wasm backtrace:
     [...]
```
2021-11-29 15:55:10 -08:00
..
2021-11-15 10:21:13 -08:00
2021-11-15 10:21:13 -08:00
2021-11-15 11:47:02 -06:00
2021-11-15 10:21:13 -08:00
2021-11-15 10:21:13 -08:00
2021-11-15 10:21:13 -08:00
2021-10-29 09:09:35 -05:00
2021-10-29 09:09:35 -05:00
2021-10-29 09:09:35 -05:00
2021-11-02 12:08:30 -05:00