osfs-wasm/.gitmodules
Starbeamrainbowlabs 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

9 lines
325 B
Text

[submodule "src/wasm/walloc"]
path = src/wasm/walloc
url = https://github.com/wingo/walloc.git
[submodule "src/wasm/OSFS"]
path = src/wasm/OSFS
url = https://github.com/charlesbaynham/OSFS.git
[submodule "src/lantern-build-engine"]
path = src/lantern-build-engine
url = https://gitlab.com/sbrl/lantern-build-engine.git