Skip to content

Commit

Permalink
docs: update compatibility table and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
BayernMuller committed Sep 21, 2024
1 parent 7bebbcf commit cf94bd8
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<p align="center">
<img src="https://github.com/bayernmuller/vibra/actions/workflows/ci.yaml/badge.svg"/>
<img src="https://img.shields.io/github/stars/bayernmuller/vibra?style=social" alt="GitHub stars"/>
<img src="https://img.shields.io/github/last-commit/bayernmuller/vibra"/>
<img src="https://img.shields.io/github/license/bayernmuller/vibra"/>
</p>
Expand All @@ -35,13 +35,38 @@

### Compatibility table

| Platform | Architecture | Build Status |
|------------------|------------------|--------------|
| [WebAssembly](wasm/README.md) | - ||
| Linux | x86_64, ARM64 ||
| Windows | x86_64 ||
| macOS | x86_64, ARM64 ||
| Raspberry Pi | ARMv8-A, ARMv6 ||
<table>
<tr>
<th>Platform</th>
<th>Architecture</th>
<th>Build Status</th>
</tr>
<tr>
<td><a href="wasm/README.md">WebAssembly</a></td>
<td>-</td>
<td><img src="https://github.com/bayernmuller/vibra/actions/workflows/wasm-build.yaml/badge.svg"/></td>
</tr>
<tr>
<td>Linux</td>
<td>x86_64, ARM64</td>
<td><img src="https://github.com/bayernmuller/vibra/actions/workflows/native-build.yaml/badge.svg"/></td>
</tr>
<tr>
<td>Windows</td>
<td>x86_64</td>
<td>✅</td>
</tr>
<tr>
<td>macOS</td>
<td>x86_64, ARM64</td>
<td>✅</td>
</tr>
<tr>
<td>Raspberry Pi</td>
<td>ARMv8-A, ARMv6</td>
<td>✅</td>
</tr>
</table>

### Build WebAssembly Version
* Please read **[wasm/README.md](wasm/README.md)** to build and run vibra webassembly version.
Expand Down

0 comments on commit cf94bd8

Please sign in to comment.