binji / wasm-clang

Running Clang/LLD in WebAssembly Demo
https://binji.github.io/wasm-clang
Apache License 2.0
259 stars 27 forks source link

Source code for memfs? #10

Closed shoakin closed 2 years ago

shoakin commented 2 years ago

Is it published anywhere?

binji commented 2 years ago

Yes, the code is here: https://github.com/binji/llvm-project/blob/master/binji/memfs.c It was mostly just a proof-of-concept though!