Comment on Assembling WebAssemblyparentComments−pjmlp9yYes, but one can probably trim it down to what is actually used.Java runtime is only 8MB (JVM) + whatever classes are actually required, other ones can be removed by something like ProGuard or the new linker..NET Native is quite similar.Same applies to OCaml, Haskell, Scala, Go, ....
Comments
Yes, but one can probably trim it down to what is actually used.
Java runtime is only 8MB (JVM) + whatever classes are actually required, other ones can be removed by something like ProGuard or the new linker.
.NET Native is quite similar.
Same applies to OCaml, Haskell, Scala, Go, ....