Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
Cheerp
January 20, 2021
00:53:53
54.6 MB
Downloads: 0
Rob and Jason are joined by Alessandro Pignotti. They first talk about a linker project, a better assert for constexpr code. Then they talk about Cheerp, LeaningTech's C++ WebAssembly compiler, how it differs from emscripten, Cheerp optimizations and some of LeaningTech's other Cheerp products.
News
- mold: A Modern Linker
- C++ Jobs Q1
- A slightly better assert using C++20's is_constant_evaluated
- How can I write a C++ class that iterates over its base classes
Links
- Cheerp
- Extreme WebAssembly 2: the sad state of WebAssembly tail calls
- CheerpX: a WebAssembly-based x86 virtual machine in the browser, Yuri Iozzelli
- CheerpX repl