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
MINIMAL_RUNTIME: Remove the need for WASM_MODULE_EXPORTS_DECLARES. NFC (#23403)
In MINIMAL_RUNTIME we had extra replacements that were doing for
declaring and assigned wasm exports:
- WASM_MODULE_EXPORTS_DECLARES
- WASM_MODULE_EXPORTS
This change avoids the need for the first of these by instead modifying
the `receiving`.
0 commit comments