bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.44k stars 1.3k forks source link

Flag pulley as not supporting most wasm features #9648

Closed alexcrichton closed 4 days ago

alexcrichton commented 4 days ago

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 of todo!()-related panics here and there. This won't completely cover all panics but it's at least a start.

github-actions[bot] commented 4 days ago

Label Messager: wasmtime:config

It looks like you are changing Wasmtime's configuration options. Make sure to complete this check list:


To modify this label's message, edit the .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)