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
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Directly emit Wasm instructions for module initializers.
Before, we created synthetic IR trees that we sent to the expression
builder. Now, we instead directly emit the appropriate Wasm
instructions.
This adds a bit of duplication of logic on how arrays are built,
but it removes the direct dependency of the `Emitter` on
`WasmExpressionBuilder`.
0 commit comments