How are TLS implemented for Wasmer #4814
Unanswered
yizhuoliang
asked this question in
General
Replies: 1 comment
-
We used to have TLS managed by runtime with associated syscalls, but a while ago we moved to use Regarding the particular model used, I don't quite remember, but it should be clear from the repo above. If you have any specific need, feel free to ask! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traditionally, TLS are managed by libpthread in the user space, but it seems like Wasmer provisions TLS external to the WASM module? Then does these TLS variables reside inside the instance's Linear Memory or in somewhere external?
Also, what is the TLS model that's been used?
local-dynamic
orglobal-dynamic
?Beta Was this translation helpful? Give feedback.
All reactions