Skip to content

utf-4096/xp_activate32_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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