Crate wasm96_sdk

Crate wasm96_sdk 

Source
Expand description

wasm96-sdk (handwritten)

This crate is used by guest WASM apps that run inside the wasm96 libretro core.

ABI model (Immediate Mode):

  • Host owns the framebuffer and handles rendering.
  • Guest issues drawing commands.
  • Guest exports setup, update, and draw.

This file intentionally contains no WIT and no codegen.

Modules§

audio
Audio API.
graphics
Graphics API.
input
Input API.
prelude
Convenience prelude for guest apps.
sys
Low-level raw ABI imports.
system
System API.

Structs§

TextSize
Text size dimensions.

Enums§

Button
Joypad button ids.