Skip to content

Account for wasm32v1-none when exporting TLS symbols#133244

Merged
bors merged 1 commit intorust-lang:masterfrom
daxpedda:wasm32v1-none-atomic
Nov 21, 2024
Merged

Account for wasm32v1-none when exporting TLS symbols#133244
bors merged 1 commit intorust-lang:masterfrom
daxpedda:wasm32v1-none-atomic

Conversation

@daxpedda
Copy link
Contributor

Exporting TLS related symbols was limited to wasm32-unknown-unknown because WASI and Emscripten (?) have their own infrastructure to deal with TLS. However, the introduction of wasm32v1-none is in the same boat as wasm32-unknown-unknown.

This PR adjust the mechanism to account for wasm32v1-none as well.

See #102385 and #102440.

r? @alexcrichton

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-wasm Target: WASM (WebAssembly), http://webassembly.org/ S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants