trueno/README.md
2025-04-26 10:51:41 +03:00

816 B

JAI Sokol WASM example

This is a small project to demo how to use Jai + Sokol and output to WASM.

Notes:

How to build?

  • Run jai first.jai, which should output in the dist/ folder.
  • Serve the dist/ folder with any server you want (any tool that can app serve static assets should work).
  • Open in a browser. (http://127.0.0.1:8080 for example)