diff --git a/www/src/App.tsx b/www/src/App.tsx index 5ceb867..39106c8 100644 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -28,10 +28,6 @@ function App() { return
Failed to initialize WASM: {wasmError.message}
; } - if (!isWasmInitialized) { - return
Loading WASM...
; - } - return (
diff --git a/www/src/bip322_bg.wasm b/www/src/bip322_bg.wasm index 5f8e948..b23a3b8 100644 Binary files a/www/src/bip322_bg.wasm and b/www/src/bip322_bg.wasm differ