8000 WASM: add `EXPORTED_RUNTIME_METHODS` to linker flags by Sec-ant · Pull Request #944 · zxing-cpp/zxing-cpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WASM: add EXPORTED_RUNTIME_METHODS to linker flags #944

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

Sec-ant
Copy link
Contributor
@Sec-ant Sec-ant commented Apr 29, 2025

The standard memory views (HEAP8, HEAP32, etc) are no longer exported by default in emscripten v4.0.7: emscripten-core/emscripten#24079

Fixes #943.

I tested locally and the demo reader works as expected.

image

The standard memory views (`HEAP8`, `HEAP32`, etc) are no longer exported by default in emscripten v4.0.7: emscripten-core/emscripten#24079
@axxel axxel merged commit 4712561 into zxing-cpp:master Apr 29, 2025
18 checks passed
@axxel
Copy link
Collaborator
axxel commented Apr 29, 2025

Thanks a lot.

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

Successfully merging this pull request may close these issues.

Wasm wrapper build fails to run, using latest emscripten sdk.
2 participants
0