-
Notifications
You must be signed in to change notification settings - Fork 269
WASM and "unsafe" languages #1415
DerpMcDerp
started this conversation in
Suggestions
-
There have been 2 trends over the past few years:
- the promotion of WASM which is a portable bytecode for sandboxed native code for browsers and other platforms with WASM runtimes
- the promotion of going away from "unsafe" languages like C and C++
If you're targeting WASM, then "safe" languages just adds overhead on top of the overhead of the sandbox. So C++ can counter the "safe" language propaganda by promoting WASM as a target and saying C++'s value add is that it doesn't add additional overhead on top of the sandbox's overhead.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment