Consolidate wasm features in config.rs#13605
Conversation
Use the `WASM3` fixed feature set which Wasmtime now implements by default.
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
| @@ -2423,20 +2423,20 @@ impl Config { | |||
| fn features(&self) -> WasmFeatures { | |||
| // Wasmtime by default supports all of the wasm 2.0 version of the | |||
There was a problem hiding this comment.
Is this comment still accurate and relevant given the change from WasmFeatures::WASM2 to WasmFeatures::empty()?
Use the
WASM3fixed feature set which Wasmtime now implements by default.