Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuao/llvm-wasm

Workflows that complie LLVM to WebAssembly using emscripten
https://github.com/yuao/llvm-wasm

llvm webassembly

Last synced: 7 days ago
JSON representation

Workflows that complie LLVM to WebAssembly using emscripten

Awesome Lists containing this project

README

        

# llvm-wasm

Workflows that complie [LLVM](https://llvm.org/) to [WebAssembly](https://webassembly.org/) using [emscripten](https://emscripten.org/).

- Build LLVM. [Workflow runs](https://github.com/YuAo/llvm-wasm/actions/workflows/build-llvm.yml) | [Workflow file](.github/workflows/build-llvm.yml)

- Build `llvm-dis` only. [Workflow runs](https://github.com/YuAo/llvm-wasm/actions/workflows/build-llvm-dis.yml) | [Workflow file](.github/workflows/build-llvm-dis.yml)