dart-sdk/pkg/dart2wasm
Aske Simon Christensen e31cc74d54 [dart2wasm] Fix some type errors in the for-in loop transformation
These errors don't affect code generation, but they produce invalid
kernel which can't be serialized, so fixing them is a prerequisite for
emitting a platform dill for dart2wasm.

Also run the kernel verifier on the post-TFA kernel when asserts are
enabled. Due to the TFA tree shaking, this has a relatively minuscule
effect on the run time of the compiler.

Change-Id: I6e7ae0e098703695bc85cddf11050f68f6cd0c6c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/242545
Reviewed-by: Joshua Litt <joshualitt@google.com>
2022-04-29 15:02:51 +00:00
..
bin Add support for importing shared memory as per wasm threading proposal. 2022-04-22 22:40:29 +00:00
lib [dart2wasm] Fix some type errors in the for-in loop transformation 2022-04-29 15:02:51 +00:00
dart2wasm.md Add support for importing shared memory as per wasm threading proposal. 2022-04-22 22:40:29 +00:00
OWNERS
pubspec.yaml [dart2wasm] Basic support for js interop annotations. 2022-04-12 18:26:02 +00:00