Wasm Builders 🧱

Joel
Joel

Posted on

DART place in WASM

Hello everyone,

What's dart's place in web assembly, Since it can compile to machine code, Not STATIC binary though ,and Javascript.

Its AOT and JIT compliers are impressive.

Oldest comments (1)

Collapse
 
technosophos profile image
Matt Butcher

One of the PMs for Dart contributed this to Fermyon's Wasm Language Guide:

fermyon.com/wasm-languages/dart

The important detail here is that dart2wasm is in development, and will hopefully be ready soon.