Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information