working reclaim tls shim

This commit is contained in:
ading2210 2024-10-03 07:59:35 -04:00
parent bcda300153
commit 0cab209e9d
8 changed files with 1289 additions and 9 deletions

View file

@ -154,7 +154,8 @@ api = {
set logger(func) {logger = func},
onload() {},
events: new EventTarget()
events: new EventTarget(),
tls_shim: tls_shim
};
return api;