Comment on Wasm3 compiles itself (using LLVM/Clang compiled to WASM)parentComments−MaxBarraclough5yThings that would make it possible to run a decent scripting language without pulling in some huge runtime.Seems to me the web already has an answer for that: transpile to JavaScript, and leverage the existing high-performance JavaScript engines.Dart does this, for instance.
Comments
Seems to me the web already has an answer for that: transpile to JavaScript, and leverage the existing high-performance JavaScript engines.
Dart does this, for instance.