Skip to content

Releases: binji/llvm-project

clang + lld

18 Aug 21:34
Compare
Choose a tag to compare
  • Rolled back to llvm-8.0.1
  • Increased stack size (via -z stack-size= linker flag) to 256k

The previous version would blow up and trash the stack on certain inputs, took me a while to figure that out 😭

clang + lld end-to-end works!

15 Aug 22:45
Compare
Choose a tag to compare
Full path from C++ -> wasm!

* separate out getInstance, getModule, readFile
* App constructor takes module instead of filename
* Missing mem.check in MemFS.addFile

clang+lld

30 Jul 00:42
Compare
Choose a tag to compare

clang and lld compiled with binji/wasi-sdk-bin compiler toolchain.