Compiling the Over-Simplified FileSystem to WASM for fun and profit
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 |
||
---|---|---|
src | ||
.gitignore | ||
.gitmodules | ||
README.md |