Plumb (implements "...") support throughout #13361
Conversation
|
Note that this is currently built on #13360 |
Subscribe to Label Actioncc @fitzgen DetailsThis issue or pull request has been labeled: "fuzzing", "wasmtime:api", "wasmtime:c-api", "wasmtime:config", "wizer"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
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 |
This commit plumbs the type system support for `(implement "...")` in the component model throughout Wasmtime. Notably the fields and such are all faithfully carried over from wasmparser into the type reflection within Wasmtime itself. This'll be needed for loading components with this field. Note that no bindings generation is not updated yet, this is only the compiler/runtime side of `(implement "...")` and bindings generation will be a subsequent update.
This commit plumbs the type system support for
(implement "...")inthe component model throughout Wasmtime. Notably the fields and such are
all faithfully carried over from wasmparser into the type reflection
within Wasmtime itself. This'll be needed for loading components with
this field. Note that no bindings generation is not updated yet, this is
only the compiler/runtime side of
(implement "...")and bindingsgeneration will be a subsequent update.