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
The Emscripten Experience - Sparky Engine - How to Make a Game Engine - Episode 25The Cherno via YouTube Interaction with Real-World JavaScript from Compiled Rust
Rust via YouTube Native Web Apps - React, JS & WebAssembly to Rewrite Native Apps
JSConf via YouTube JavaScript on Tiny, Wearable Hardware
JSConf via YouTube Native Code on the Web
JSConf via YouTube