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

  • Select functions (with rust-native parameter types) from the emscripten console.h header file.
  • 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.