Hacker News new | ask | show | jobs
by carldebilly 2346 days ago
As you can see in the top banner, it's using the "interpreted" mode, which is the slowest runtime mode for running .NET on mono-wasm. But it's also the "compatible" mode.

It would be possible to produce an AOT build which would be 50x faster, but it's a little more work and it wasn't the goal of this demo.

1 comments

Impressing with performance is one hell of a goal for a demo.