This website requires JavaScript.
Explore
Help
Sign In
robbitay
/
CWasm
Watch
1
Fork
0
You've already forked CWasm
Code
Issues
Releases
Activity
15
Commits
1
Branch
0
Tags
main
Commit Graph
2 Commits
Author
SHA1
Message
Date
Taylor Robbins
04028b29d3
Used __builtin_wasm_memory_size(0) instead of having the Javascript code call init_mem with the initial page count. Added a simple <div> below the canvas that can hold any number of labels that can be filled/updated through jsSetLabel which lives in a new file misc_functions.js.
2025-09-02 16:05:53 -07:00
Taylor Robbins (Piggybank Studios)
d0aa7a1d0e
Added math.h, stdlib.h, float.h, and stbool.h to std folder (and all their implementations). Opted to NOT implement malloc/free/etc. in favor of having our own functions init_mem, grow_mem, and get_mem.
2025-08-28 13:20:08 -07:00