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

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

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 .