emscripten_functions

Module emscripten

source
Expand description

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.

Structs§

  • The main loop timing parameters can be set to other values than the ones with valid modes. If this is the case and we want to retrieve them, we use this error type.
  • The result of the get_screen_size function.

Enums§

Functions§