jdh8 / metallic

C runtime library (libc) for WebAssembly
MIT License
35 stars 2 forks source link

WASM Module #9

Open furesoft opened 2 years ago

furesoft commented 2 years ago

Could you publish the wasm binary module?

jdh8 commented 2 years ago

This project is far from complete, so I am not releasing yet. However, you can make metallic.wasm with the following commands:

make -j8
llvm-lto metallic.a -o metallic.wasm