You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've split this out of bytecodealliance#9582 to make review easier.
This patch includes the plumbing needed to route
async/stream/future/error-context data from `wit-parser`, through the various
layers of `wasmtime-environ`, and on to `wasmtime-cranelift` and `wasmtime`.
The `wasmtime::runtime`, `wasmtime_environ::fact`, and
`wasmtime_cranelift::compiler::component` modules only contain `todo!()` stubs
to begin with; I'll flesh those out in later PRs.
Signed-off-by: Joel Dice <[email protected]>
remove debugging code
Signed-off-by: Joel Dice <[email protected]>
revert comment formatting change in trap_encoding.rs
Signed-off-by: Joel Dice <[email protected]>
deduplicate code in inline.rs
Signed-off-by: Joel Dice <[email protected]>
remove `ComponentTypesBuilder::error_context_type`
This was just an alias for `error_context_table_type`, which I've made public.
Signed-off-by: Joel Dice <[email protected]>
defer `VMComponentOffsets` changes to a future PR
Signed-off-by: Joel Dice <[email protected]>
0 commit comments