Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasmparser
: optimize type section valiadation by specializing over …
…Wasm feature subset (bytecodealliance#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
- Loading branch information