Skip to content
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

Open
victorwu opened this issue Oct 25, 2022 · 5 comments
Open

Debug polyfill buffer error #121

victorwu opened this issue Oct 25, 2022 · 5 comments
Assignees

Comments

@victorwu
Copy link
Contributor

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);

@victorwu victorwu self-assigned this Oct 25, 2022
@victorwu
Copy link
Contributor Author

@victorwu
Copy link
Contributor Author

@victorwu
Copy link
Contributor Author

Integrating wasm to webpack did not make any progress, showed same errors

@victorwu
Copy link
Contributor Author

victorwu commented Nov 8, 2022

ordering of dependencies could cause issues, list parent dependencies below child dependencies

@victorwu
Copy link
Contributor Author

victorwu commented Nov 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant