pchickey requested alexcrichton for a review on PR #8838.
pchickey requested cfallin for a review on PR #8838.
pchickey opened PR #8838 from bytecodealliance:pch/wasm_tools_211
to bytecodealliance:main
:
Only one change I wasn't certain of, for the
storage: &mut String
parameter in wasmprinter:
https://github.com/bytecodealliance/wasmtime/compare/pch/wasm_tools_211?expand=1#diff-4863961fda2fef6610662e23fb35b7d7c2a367032798634425f2f407e0ee932aR70
pchickey requested wasmtime-core-reviewers for a review on PR #8838.
pchickey requested wasmtime-compiler-reviewers for a review on PR #8838.
pchickey requested wasmtime-default-reviewers for a review on PR #8838.
alexcrichton submitted PR review:
Minor things here and there but otherwise :+1:
alexcrichton submitted PR review:
Minor things here and there but otherwise :+1:
alexcrichton created PR review comment:
Mind matching
shared: false
here and runningunimplemented!
onshared: true
?
alexcrichton created PR review comment:
Looks good to me :+1:
alexcrichton created PR review comment:
While you're here mind updating this to the
RefType::ANYREF
shortcut?
alexcrichton created PR review comment:
Mind matching
shared: false
here explicitly and panicking/bailing onshared: true
?
alexcrichton created PR review comment:
(same for the changes below)
pchickey updated PR #8838.
pchickey has enabled auto merge for PR #8838.
pchickey updated PR #8838.
pchickey updated PR #8838.
pchickey requested elliottt for a review on PR #8838.
pchickey requested wasmtime-fuzz-reviewers for a review on PR #8838.
github-actions[bot] commented on PR #8838:
Subscribe to Label Action
cc @fitzgen, @saulecabrera
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:wasm", "fuzzing", "wasmtime:api", "winch"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton updated PR #8838.
alexcrichton commented on PR #8838:
Ok now that's something I wasn't expecting. Changing the crate dependency graph is changing
-Cmetadata
to the adapter which is causing the symbols to change. For now that can be fixed by rebuilding the adapters locally but I'll try to work up a fix tomorrow to frob the name section to avoid the hashes being there.
elliottt requested cfallin for a review on PR #8838.
alexcrichton commented on PR #8838:
After poking at this a bit more I think we may want to instead revert the inclusion of binaries in-tree -- https://github.com/bytecodealliance/wasmtime/pull/8856 -- which if that lands then this would be unblocked.
alexcrichton merged PR #8838.
Last updated: Nov 22 2024 at 17:03 UTC