RUSTFLAGS="-C target-feature=+simd128" wasm-pack build --target web --release -- --features wasm
python3 -m http.server 8000
php -S localhost:8000
npx http-server -p 8000