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 or global-dynamic?