Home
» API Reference
This section lists Emscripten’s public API, organised by header file. At a very high level it consists of:
APIs for integrating with the browser environment.
Low level glue bindings for interfacing with HTML5 APIs from native code.
APIs for working with compiled code from JavaScript.
APIs for managing file systems and synchronous file operations.
Global JavaScript object that can be used to control code execution and access exported methods.
Embind API to support transliteration of JavaScript code to C++.
Embind API for binding C++ functions and classes so that they can be called from JavaScript in a natural way.
A tracing API for doing memory usage analysis.
APIs for advanced users/core developers.