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

Don't export __heap_base and __data_end on wasm32-wasi. #102385

Merged

Commits on Sep 28, 2022

  1. Don't export __heap_base and __data_end on wasm32-wasi.

    `__heap_base` and `__data_end` are exported for use by wasm-bindgen, which
    uses the wasm32-unknown-unknown target. On wasm32-wasi, as a step toward
    implementing the Canonical ABI, and as an aid to building speicalized WASI
    API polyfill wrappers, don't export `__heap_base` and `__data_end` on
    wasm32-wasi.
    sunfishcode committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7f06d51 View commit details
    Browse the repository at this point in the history