Files
sdk/pkg/wasm_builder
Martin Kustermann 293c4b95dc [dart2wasm] Some fixes for the binary wasm deserializer
* Assign type indices when deserializing the type section
* Fix decoding of tag imports
* Add data segment support to IR printer
* Handle input+output variants of loop/if/try_table instructions

This allows us to now read & print all wasm modules of ACX gallery when
compiled in deferred loading mode.

Change-Id: Iaba30a6337aa2afd5d4894ca73d305cd2b7befea
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/459480
Reviewed-by: Ömer Ağacan <omersa@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2025-11-04 11:48:14 -08:00
..