Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 759 Bytes

xp_activate32_wasm

This is a port of xp_activate32.exe to the browser using WebAssembly, built from this source.

Requirements

  • make
  • a version of clang modern enough to support the wasm32 target

Building

git clone https://github.com/utf-4096/xp_activate32_wasm.git
make -j$(nproc)

This will compile and place the binary at web/assets/wasm/xpa.wasm. You can now upload the web/ folder to your webhost.

Acknowledgements