Stream: git-wasmtime

Topic: wasmtime / PR #9271 Add the `GcRuntime::alloc_raw` trait ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 22:03):

fitzgen requested alexcrichton for a review on PR #9271.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 22:03):

fitzgen requested wasmtime-core-reviewers for a review on PR #9271.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 22:03):

fitzgen opened PR #9271 from fitzgen:gc-raw-alloc to bytecodealliance:main:

And do some minor refactors to the DRC collector to build other allocation methods on top of that one internally.

This method will be used in forthcoming PRs implementing the struct.new[_default] instructions, where a libcall does the actual allocation, but Wasm code performs field initialization inline.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 22:40):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2024 at 22:55):

alexcrichton merged PR #9271.


Last updated: Nov 22 2024 at 16:03 UTC