Commit graph

2 commits

Author SHA1 Message Date
79d1c2271d
setup esbuild for demo + library code 2024-12-13 23:02:45 +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