Skip to content

Commit

Permalink
Add link to zepto
Browse files Browse the repository at this point in the history
  • Loading branch information
ringtailsoftware committed Dec 6, 2024
1 parent f90eb8e commit 7949840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Straightforward examples of integrating Zig and Wasm for audio and graphics on t

Compiling against Zig v0.13.0.

Where C code requires functions from the C library, https://github.com/ringtailsoftware/zeptolibc is used.

## Aims

- Cross-platform (running on multiple browsers and operating systems)
- Simple understandable code. No hidden libraries, no "emscripten magic"
- Single thread of execution in Zig, one wasm binary per program
- Main loop in browser, wasm responds to function calls to init/update/render
- One wasm binary per program
- Use existing C libraries to do fun things

# Demos
Expand Down

0 comments on commit 7949840

Please sign in to comment.