|
|
|
|
|
by cyber_kinetist
1557 days ago
|
|
For that I see it as a matter of tooling more than the language design: wasm is nicely integrated into cargo and is maintained far better than other choices. You can also compile C/C++ to WASM if you want (and the language semantics definitely allows for it, since it doesn't have a garbage collector), but you just really don't want to deal with CMake while doing so. |
|
my main issue with wasm is no standard interopt for primitive types. thankfully some sort of FFI is in the works from my understanding.