Comment on What's stopping WebAssembly from effectively replacing JavaScript?
coltorl@programming.dev 1 year agoI don’t know what you mean by WASM being a subset of javascript (maybe you mean AssemblyScript?). You can still program in higher level languages like C and have it compile into WASM as one would compile C to assembly.