Skip to content

colinbellino/odin_sokol_wasm_playground

Repository files navigation

Odin Sokol WASM playground

Build the app:

  • Run ./build.sh. (Outputs in dist/freestanding_wasm_debug by default).
  • Serve the folder. (Something like python -m http.server 8080 --bind 127.0.0.1 --directory ./dist/freestanding_wasm32_debug/, but any tool that can app serve static assets should work.)
  • Open in a browser. (http://127.0.0.1:8080 for example)

This should give you something like that: odin_sokol_wasm_clear_color.png