https://github.com/csharpermantle/la32r-instr-stats
Web app for collecting statistics over LoongArch32 Reduced binaries
https://github.com/csharpermantle/la32r-instr-stats
loongarch loongarch32r wasm
Last synced: 5 months ago
JSON representation
Web app for collecting statistics over LoongArch32 Reduced binaries
- Host: GitHub
- URL: https://github.com/csharpermantle/la32r-instr-stats
- Owner: CSharperMantle
- License: agpl-3.0
- Created: 2025-02-11T02:37:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:23:58.000Z (8 months ago)
- Last Synced: 2025-02-11T03:27:30.333Z (8 months ago)
- Topics: loongarch, loongarch32r, wasm
- Language: Rust
- Homepage: http://csmantle.top/la32r-instr-stats/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# la32r-instr-stats
Web app for collecting statistics over LoongArch32 Reduced binaries.
## Build
### Requirements
* A working Rust toolchain
* [`wasm-pack`](https://rustwasm.github.io/wasm-pack/installer/)
* [`yarn`](https://yarnpkg.com/getting-started/install)### Commands
```sh
yarn
yarn build
```## License
Copyright © 2025 Rong "Mantle" Bao <>.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but **WITHOUT ANY WARRANTY**; without even the implied warranty of **MERCHANTABILITY** or **FITNESS FOR A PARTICULAR PURPOSE**. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see .