Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update wasmparser dependency to upstream * update to wasmparser v0.214.0 * use WasmFeatures in Config The new WasmFeatures type requires a bit less stack space due to bitfield usage. Ideally we use our own bitfield based type but this is more work. * adjustments after merging with main * reinstate type check in TableEntity::init * update to wasmparser v0.218.0 * enable GC_TYPES when REFERENCE_TYPES is enabled * shift method to reduce diff * remove outdated comment * refactor: shrink LazyFuncTranslator stack size * update wasmparser to v0.219.0 * use new FuncBody::as_bytes API where useful This allows us to avoid a nasty work around. * leftovers from merge * update to `wasmparser` v0.220 and propagate crate features * update Cargo.lock * fixes after merge * update wasm-tools dependencies * update cargo deps * disable memory64 for wasm-smith * update to wasmparser v0.221
- Loading branch information