https://github.com/yuao/llvm-wasm
Workflows that complie LLVM to WebAssembly using emscripten
https://github.com/yuao/llvm-wasm
llvm webassembly
Last synced: 8 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T09:05:39.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T01:43:06.424Z (about 1 year 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)