Add skeleton copying collector#13093
Conversation
This commit adds the skeleton of a new copying collector, guarded behind a new "gc-copying" cargo feature. It compiles and implements the various `Gc*` traits to interface with the runtime and compiler, but is not yet actually functional. The copying collector is intentionally excluded from the fuzzing config generator, as it isn't ready to be fuzzed yet.
Subscribe to Label ActionDetailsThis issue or pull request has been labeled: "wasmtime:api", "wasmtime:c-api", "wasmtime:config", "wasmtime:ref-types", "winch"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Would it makes sense to leave comments as FIXMEs pointing to a tracking issue in a few locations (like fuzzing, the default set of features, etc) where this should go once it's ready? |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
I have WIP fuzzing integration in some follow up work already so I don't think we need |
This commit adds the skeleton of a new copying collector, guarded behind a new "gc-copying" cargo feature. It compiles and implements the various
Gc*traits to interface with the runtime and compiler, but is not yet actually functional.The copying collector is intentionally excluded from the fuzzing config generator, as it isn't ready to be fuzzed yet.
cc #10329