rllvm 0.4.6

A tool to build whole-program LLVM bitcode files
Documentation
1
2
/* Freestanding: no libc, so this builds for wasm32 without a sysroot. */
int helper(void) { return 7; }