
Episode 283
Cheerp
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 s...
CppCast · Phil Nash & Timur Doumler
January 21, 202153m 53s
Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
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