about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2022-09-27 17:33:59 -0700
committerDan Gohman <dev@sunfishcode.online>2022-09-27 17:42:33 -0700
commit7f06d513fbbb01af78fae3586114abd9077b930e (patch)
treec4647c87b53b84c2eeee1ddcad260e043f655c7d /compiler/rustc_parse/src/parser/expr.rs
parent470e518c4b43265020c882bcf3c86632f5494910 (diff)
downloadrust-7f06d513fbbb01af78fae3586114abd9077b930e.tar.gz
rust-7f06d513fbbb01af78fae3586114abd9077b930e.zip
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.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions