Closed alexcrichton closed 4 days ago
It looks like you are changing Wasmtime's configuration options. Make sure to complete this check list:
[ ] If you added a new Config
method, you wrote extensive documentation for
it.
[ ] If you added a new Config
method, or modified an existing one, you
ensured that this configuration is exercised by the fuzz targets.
[ ] If you are enabling a configuration option by default, make sure that it has been fuzzed for at least two weeks before turning it on by default.
.github/label-messager/wasmtime-config.md
file.
To add new label messages or remove existing label messages, edit the
.github/label-messager.json
configuration file.
[Learn more.](https://github.com/bytecodealliance/label-messager-action)
This commit updates
Config::compiler_panicking_wasm_features
to include most wasm features for pulley targets. These backends in Cranelift don't support most instructions at this time and have lots oftodo!()
-related panics here and there. This won't completely cover all panics but it's at least a start.