|
|
|
|
|
by FridgeSeal
2782 days ago
|
|
Many languages that compile to native are rolling out WASM support, or have it in their roadmaps, but there are many more architectures and formats that you have to handle in native land. I guess theoretically, if we agreed to support the main desktop and mobile/tablet OS’s and chip architectures, and then got everyone to use a standard compiler and IL format (LLVM maybe?) then you might get some of the way, but that would be a lot of work (cool if it happened though...) |
|
The problem right now with warm WASM is lack of features (e.g. you can't do threading), though those are getting sorted.