logoalt Hacker News

Rochustoday at 3:26 PM1 replyview on HN

> I was able to compile the Dart VM (the compiler + analyzer + VM) to wasm and run it on the web

Is this really a representative use-case of WASM/WASI? Would'n it be much better to compile Dart to WASM (the Dart SDK even supports "dart compile wasm")?


Replies

throawayonthetoday at 3:50 PM

this is a confusing question; why would it be much better to e.g. compile a C program for x86 linux musl but not the C compiler?

show 1 reply