Typescripten - Generating Type-Safe JavaScript Bindings for Emscripten
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive conference talk from CppNow 22 that delves into Typescripten, a tool for generating type-safe JavaScript bindings for emscripten. Learn how this open-source solution bridges the gap between C++ and JavaScript APIs, leveraging TypeScript interface definition files and the TypeScript compiler API. Discover the challenges and design choices involved in creating C++ wrappers that closely resemble TypeScript or JavaScript code while addressing the differences between prototype-based and type-based languages. Gain insights from Sebastian Theophil, an experienced computer scientist and software developer, as he discusses the intricacies of porting native applications to WebAssembly and utilizing existing JavaScript libraries safely from C++.
Syllabus
Typescripten: Generating type-safe JavaScript bindings for emscripten - Sebastian Theophil CppNow 22
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube