Could WebAssembly be a possible target of Scala Native in theory?: http://webassembly.org/ As SN targets a C environment, and WebAssembly takes a C environment as source.
Hi @mkotsbak, this might be possible technically but it's completely out of scope for the Scala Native project. Given how different webassembly is as a target, we're not willing to spend extra time trying to accommodate special requirements it poses. If you need to run Scala in the browser, I'd recommend using Scala.js instead.
Reopening due to recent work by @shadaj in this area.
:+1:
Most helpful comment
Reopening due to recent work by @shadaj in this area.