Install
Linux / macOS:
curl -L https://github.com/h5i-dev/h5i/releases/download/v0.3.0/h5i-v0.3.0-<TARGET>.tar.gz | tar -xz
sudo mv h5i /usr/local/bin/Windows: download the .zip, extract h5i.exe, and add it to your PATH.
Available targets
| Target | Platform |
|---|---|
x86_64-unknown-linux-musl |
Linux x86_64 (static, glibc-free) |
aarch64-unknown-linux-musl |
Linux arm64 (static, glibc-free) |
aarch64-apple-darwin |
macOS (Apple Silicon + Rosetta) |
x86_64-pc-windows-msvc |
Windows x86_64 |
Each archive is accompanied by a .sha256 checksum file.
What's Changed
- Update README.md by @Koukyosyumei in #354
- docs: benchmark env isolation overhead by @floze-the-genius in #355
- Assurance workbench by @Koukyosyumei in #357
- docs: front-page embed becomes the assurance workbench by @Koukyosyumei in #358
- Update README with Web UI section and reordering by @Koukyosyumei in #359
- docs: scale the embedded workbench like a video frame on small windows by @Koukyosyumei in #361
- Update README.md by @Koukyosyumei in #360
- docs: scale the full-window workbench mode like a video frame too by @Koukyosyumei in #362
- Update README.md by @Koukyosyumei in #363
- bump to v0.3.0 by @Koukyosyumei in #364
New Contributors
- @floze-the-genius made their first contribution in #355
Full Changelog: v0.2.9...v0.3.0