Crate emscripten_functions

Source
Expand description

Various emscripten system functions that make programming in rust for emscripten targets easier. They are grouped by the original function’s header file.

Modules§

console
Select functions (with rust-native parameter types) from the emscripten console.h header file.
emscripten
Select functions (with rust-native parameter and return value types) from the emscripten emscripten.h header file, and helper functions and types for them. Only most of the “Calling JavaScript From C/C++” and “Browser Execution Environment” functions are implemented.