Hacker News new | ask | show | jobs
by ryouko 1006 days ago
Interesting that they've started initial work on WASM JIT. Definitely can see it a possible way for JIT languages to target the browser and still be performant. Size-wise I wonder if it'll be smaller than a fully AOT solution.

We just migrated a large .net framework app to .net 6 and the perf improvements were large. Can't wait to see how much improvements we'll get from .net 6 to .net 8 as it's an LTS release so we have the go signal from management to upgrade to it.