Commit graph

7 commits

Author SHA1 Message Date
e1671cd445
walloc: remove it 'cause compiling it was a nightmare 2024-12-13 03:13:05 +00:00
4bbead7914
npm init 2024-12-13 03:11:12 +00:00
609ce12302
Fix crash by implementing a custom malloc
Ref https://surma.dev/things/c-to-webassembly/
2024-12-13 03:06:32 +00:00
84b29f542c
compile-wasm: add git submodule update --init task 2024-12-12 03:45:39 +00:00
31865eec13
Merge branch 'main' of git.starbeamrainbowlabs.com:sbrl/osfs-wasm 2024-12-12 03:44:13 +00:00
a6bcd6e301 Initial commit 2024-12-12 03:43:52 +00:00
d192cfac7a
Initial commit
Teh goal: Get OSFS working in the browser!

Teh progress: It compiles! .....but we don't have malloc(), and we get some undefined synbol errors:

wasm-ld-18: error: /tmp/wrapper-0965f8.o: undefined symbol: malloc(unsigned long)
wasm-ld-18: error: /tmp/wrapper-0965f8.o: undefined symbol: free(void*)
wasm-ld-18: error: /tmp/wrapper-0965f8.o: undefined symbol: malloc(unsigned long)

....these are indicative of a type error I think
2024-12-12 03:40:41 +00:00