Skip to content

colinbellino/jai_sokol_wasm_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)