Crate wasm4_sys

source ·

Constants

Functions

  • Copies pixels to the framebuffer.
  • Copies a subregion within a larger sprite atlas to the framebuffer.
  • Reads up to size bytes from persistent storage into the pointer dest.
  • Writes up to size bytes from the pointer src into persistent storage.
  • Draws a horizontal line
  • Draws a line between two points.
  • Draws an oval (or circle).
  • Draws a rectangle.
  • Draws text using the built-in system font.
  • Plays a sound tone.
  • Prints a message to the debug console.
  • Draws a vertical line