CSE 498

Logo

MSU
Spring 2026

Home

Schedule

Projects

Quizzes

Weekly Updates

Code from Class

Resources

Emscripten Example code

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!)