Files
sdk/pkg/wasm_builder
Nate Biggs 59499d362a [dart2wasm] Add support for declaring functions as module elements.
Allows functions to be referenced in a constant context (via ref_func) without needing to bind the function to a global.

Uses format 3 supported by the element section:
https://webassembly.github.io/gc/core/binary/modules.html#element-section

Change-Id: Ifb68800c480b14acfa3432eae80396be4e9c8a6e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400900
Commit-Queue: Nate Biggs <natebiggs@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2024-12-17 12:05:57 -08:00
..