HDT WASM32 Test

1. Build
RUSTFLAGS="-C target-feature=+simd128" wasm-pack build --target web --release -- --features wasm
2. Run server (requires downloading and unpacking persondata_en.hdt into tests/resources)
python3 -m http.server 8000
(or: php -S localhost:8000 or: npx http-server -p 8000)
Loading...