MSU
Spring 2026
| File | Description |
|---|---|
| Example-1.cpp | Example of a pure C++ file that can be compiled to Javascript |
| Example-2.cpp | Example of C++ calling pre-written Javascript code. |
| Example-3.cpp | Example of creating a Javascript function callable in C++ (with arguments) |
| Example-4.cpp | Example of passing C++ strings into Javascript |
| Example-5.cpp | Example of calling a C++ function from Javascript (note more complex compilation line!) |