|
|
|
|
|
by bluejekyll
2290 days ago
|
|
To me the big improvement over Lua won’t be security, or necessarily performance. It’s the ability to target a WASM runtime with your desired language, and it would still be a safe environment. Be it Rust, C, C++, Typescript, and I bet there will be a Lua interpreter in WASM at some point too. It will be more flexible, and possibly more performant. |
|
If it's going to encompass the possibility to hook into the JS side GC engine, this might not be implemented at all in headless Wasm applications, and so you wouldn't be able to use the GC'd languages on those platforms, just C(++)/Rust. Which is not very attractive compared to the easier / safer high level languages most programmers are used to.