itsrainy opened PR #6394 from bytecodealliance:rainy/wasm-tools-update
to bytecodealliance:main
:
This included stubbing out unimplemented GC-related things and updating coredump generation to include the coredump spec changes.
This is to unblock https://github.com/bytecodealliance/wasmtime/pull/6385#issuecomment-1550247560, where @pchickey is running into some duplicate dependencies issues.
itsrainy requested fitzgen for a review on PR #6394.
itsrainy requested wasmtime-core-reviewers for a review on PR #6394.
itsrainy requested wasmtime-compiler-reviewers for a review on PR #6394.
itsrainy requested wasmtime-default-reviewers for a review on PR #6394.
itsrainy updated PR #6394.
alexcrichton submitted PR review.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Mind binding this as
gc
and asserting it's false down below (likememory_control
)? We'll want to turn this on eventually and we won't want to forget to add handling here.
alexcrichton created PR review comment:
Should the
modulenames
set be deferred until the frame -> instance -> module mapping can be created? Otherwise there isn't anything pointing to the module names I think?
itsrainy created PR review comment:
Yeah I debated leaving that out, since it's essentially the same deal as instances. I'll remove it.
itsrainy updated PR #6394.
pchickey merged PR #6394.
Last updated: Nov 22 2024 at 17:03 UTC