alexcrichton opened PR #2013 from update-wasmparser
to main
:
This commit is intended to update wasmparser to 0.59.0. This primarily
includes bytecodealliance/wasm-tools#40 which is a large update to how
parsing and validation works. The impact on Wasmtime is pretty small at
this time, but over time I'd like to refactor the internals here to lean
more heavily on that upstream wasmparser refactoring.For now, though, the intention is to get on the train of wasmparser's
latestmain
branch to ensure we get bug fixes and such.As part of this update a few other crates and such were updated. This is
primarily to handle the new encoding ofref.is_null
where the type is
not part of the instruction encoding any more.
alexcrichton updated PR #2013 from update-wasmparser
to main
:
This commit is intended to update wasmparser to 0.59.0. This primarily
includes bytecodealliance/wasm-tools#40 which is a large update to how
parsing and validation works. The impact on Wasmtime is pretty small at
this time, but over time I'd like to refactor the internals here to lean
more heavily on that upstream wasmparser refactoring.For now, though, the intention is to get on the train of wasmparser's
latestmain
branch to ensure we get bug fixes and such.As part of this update a few other crates and such were updated. This is
primarily to handle the new encoding ofref.is_null
where the type is
not part of the instruction encoding any more.
fitzgen submitted PR Review.
fitzgen submitted PR Review.
fitzgen created PR Review Comment:
This is a nice clean up over what we had before.
alexcrichton updated PR #2013 from update-wasmparser
to main
:
This commit is intended to update wasmparser to 0.59.0. This primarily
includes bytecodealliance/wasm-tools#40 which is a large update to how
parsing and validation works. The impact on Wasmtime is pretty small at
this time, but over time I'd like to refactor the internals here to lean
more heavily on that upstream wasmparser refactoring.For now, though, the intention is to get on the train of wasmparser's
latestmain
branch to ensure we get bug fixes and such.As part of this update a few other crates and such were updated. This is
primarily to handle the new encoding ofref.is_null
where the type is
not part of the instruction encoding any more.
alexcrichton merged PR #2013.
Last updated: Nov 22 2024 at 17:03 UTC