Hacker News new | ask | show | jobs
by kbaker 1301 days ago
In your view, why does it not make sense? It certainly seems appealing as a universal runtime, and lives up to its claims as long as things like WASI get standardized.
1 comments

It doesn't make much sense because if you want a universal runtime, JVM is a better choice.
That very much depends on what you need a runtime for. JVM bytecode semantics are not a good match for something like C++ or Rust.