This website requires JavaScript.
Explore
Help
Sign In
robbitay
/
CWasm
Watch
1
Fork
0
You've already forked CWasm
Code
Issues
Releases
Activity
3
Commits
1
Branch
0
Tags
d0aa7a1d0e16bfae0be18e0ad0c8d949427cb101
Commit Graph
3 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
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
Taylor Robbins (Piggybank Studios)
deae3ccd12
Got a basic WebAssembly module compiling with support for calling jsStdPrint through printf implementation (provided by stb_sprintf.h). We have a single function "HelloFromWasm" exported for testing purposes. Pulled in a bunch of standard library headers from PigCore's wasm layer.
2025-08-28 09:44:32 -07:00
robbitay
aa2faca658
Initial commit
2025-08-28 14:41:57 +00:00