Open
Description
Description
Unlike regular global variables, global variables in TLS can be accessed from any actor context without data-race in theory. For example, wasi-libc's errno is defined as a global TLS variable (not a macro unlike other libcs)
ClangImporer should import those global variables with nonisolated(unsafe)
attributes to avoid redundant shims
Additional information
No response