W8 — a register-based virtual machine with 64-bit registers and a JIT compiler (currently for x64 only).
There are several ways to get W8 — choose the one that suits you:
Download the archive for your platform from the latest release page and add
the path to the w8c or w8c.exe binary to your PATH.
Requires Rust version 1.96.0 or later:
git clone https://github.com/dev-er1/w8.git
cd wdt/wdc
cargo build --releaseThe binary will appear at target/release. To use it from anywhere, add this path to your PATH or copy the binary to a convenient directory.
