This is a port of xp_activate32.exe to the browser using WebAssembly, built from
this source.
- make
- a version of clang modern enough to support the
wasm32target
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.
- Famfamfam for the Silk icons at
web/assets/icons/andweb/favicon.ico. - maniekx86/xpactivate32_php
for the idea of running
xp_activate32in the browser.