Files
rust/compiler
Dylan DPC 814b827efe Rollup merge of #102440 - sunfishcode:sunfishcode/wasm-no-export-tls-api, r=oli-obk
Only export `__tls_*` on wasm32-unknown-unknown.

From talking with `@abrown,` we aren't planning to have hosts call these `__tls_*` functions; instead, TLS initialization will be handled transparently within libc. Consequently, these functions don't need to be exported.

Leave them exported on wasm32-unknown-unknown though, as wasm-bindgen does call them.
2022-10-05 17:27:33 +05:30
..
2022-10-03 11:42:29 +11:00
2022-09-26 10:14:45 +02:00
2022-09-29 08:44:52 +10:00
2022-09-26 10:14:45 +02:00
2022-09-30 21:02:53 +02:00
2022-09-26 10:14:45 +02:00
2022-09-29 08:44:52 +10:00
2022-09-29 08:44:52 +10:00
2022-09-26 10:14:45 +02:00