wasm-bindgen/crates
Alex Crichton 105a6bc853 js_sys: Use a thread local to cache global()
When we add threads it's not actually valid to have a global cache as
the index is only valid on one thread! Instead let's use a per-thread
cache using `thread_local!` which compiles to basically the same code as
before for single-threaded wasm.
2018-10-10 16:01:32 -07:00
..
backend Bump to 0.2.24 2018-10-05 09:53:19 -07:00
cli Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
cli-support Fix bindings for classes only referenced through struct fields 2018-10-10 10:21:19 -07:00
futures Bump to 0.2.24 2018-10-05 09:53:19 -07:00
gc Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
js-sys js_sys: Use a thread local to cache global() 2018-10-10 16:01:32 -07:00
macro Bump to 0.2.24 2018-10-05 09:53:19 -07:00
macro-support Bump to 0.2.24 2018-10-05 09:53:19 -07:00
shared Bump to 0.2.24 2018-10-05 09:53:19 -07:00
test Bump to 0.2.24 2018-10-05 09:53:19 -07:00
test-macro Bump to 0.2.24 2018-10-05 09:53:19 -07:00
typescript cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm-interpreter Update parity-wasm dependency 2018-10-08 10:01:53 -07:00
web-sys Fix web-sys build on some Windows builds 2018-10-08 10:19:43 -07:00
webidl Bump to 0.2.24 2018-10-05 09:53:19 -07:00
webidl-tests cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00