-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug polyfill buffer error #121
Comments
Integrating wasm to webpack did not make any progress, showed same errors
|
ordering of dependencies could cause issues, list parent dependencies below child dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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);
The text was updated successfully, but these errors were encountered: