Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuao/llvm-wasm
- Owner: YuAo
- Created: 2022-04-14T07:58:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T09:05:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T18:07:07.608Z (2 months ago)
- Topics: llvm, webassembly
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)