Expand description

Select functions (with rust-native parameter types) from the emscripten console.h header file.

Functions

  • Prints the given string using the emscripten-defined dbg() JS function.
  • Prints the given string using the emscripten-defined err() JS function.
  • Prints the given string using the console.error() function.
  • Prints the given string using the console.log() JS function.
  • Prints the given string using the emscripten-defined out() JS function.
  • Prints the given string using the console.warn() JS function.