You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wasmparser: optimize type section valiadation by specializing over Wasm feature subset (#1906)
* add specialized type section validation for Wasm feature subset
* use WasmFeatures getters
* apply rustfmt
* check first, then push types
* Revert "check first, then push types"
This reverts commit 213a72c.
* no longer apply fast validation when stack-switching is enabled
* apply rustfmt
* update comment
* allow-list features for fast type validation
* alphabetically order WasmFeatures in allow-list
* update comments about fast validation
* apply rustfmt
* fix fast validation compilation without features crate feature
0 commit comments