Starbeamrainbowlabs
d192cfac7a
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
9 lines
325 B
Text
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
|