Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 294 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 294 Bytes

Chapter 2 Connecting C and JavaScript

This chapter focuses on the interoperability between C and JavaScript. The main content consists of three parts:

  1. Calling compiled C functions from JavaScript.
  2. Calling JavaScript functions from C/C++.
  3. Data exchange between JavaScript and C/C++.