You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error stems from fabric.http.js minified file. WASM_BUFFER is used in secp256k1 which is a wasm compiled dependency.
Line producing the error const WASM_BUFFER = new Uint8Array(wasm.memory.buffer);
Error stems from fabric.http.js minified file.
WASM_BUFFERis used in secp256k1 which is a wasm compiled dependency.Line producing the error
const WASM_BUFFER = new Uint8Array(wasm.memory.buffer);