https://github.com/bjorn3/wasm-rustc
https://github.com/bjorn3/wasm-rustc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjorn3/wasm-rustc
- Owner: bjorn3
- Created: 2023-10-03T17:08:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:37:39.000Z (about 1 year ago)
- Last Synced: 2025-03-10T18:11:34.816Z (2 months ago)
- Language: Python
- Size: 142 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rustc in wasm
This is a patched version of rustc precompiled for wasm32-wasip1-threads for use in the example [here](https://github.com/bjorn3/browser_wasi_shim).
The current commit is built from the [compile\_rustc\_for\_wasm15](https://github.com/bjorn3/rust/commit/29fc7ad5e5a) branch.
See [this issue](https://github.com/rust-lang/miri/issues/722) for more info.