You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Wasm Workers
Add Wasm Workers
* Add TLS test, ES6ify.
* Update test
* Add TLS support to Wasm Workers
* Add C++11 thread_local keyword test.
* Add test for C11 _Thread_local.
* Add emscripten_malloc_wasm_worker and rename creation API a little.
* Add documentation for Wasm Workers.
* Flake and lint and fix build error
* Remove deps_info dependency that does not work in current setup
* __builtin_wasm_tls_align() can be zero
* Add more notes about __builtin_wasm_tls_align() being zero
* Add test for GCC __thread keyword.
* Fix test_wasm_worker_malloc
* Fix emscripten_lock_async_acquire()
* Fix thread stack creation.
* Fix wasm64 build
* Add slack to lock_busyspin_wait_acquire
* Fix typo in setting
* Remove removal of TextDecoder in threads.
* Fix non-Wasm Workers build
* Fix file system case sensitivity
* Fix Wasm Workers proxying mode generation.
* Skip TLS tests on Linux, they produce an internal compiler error.
* Fix typo
* Fix wasm_worker.h include from C code.
* Add library_wasm_worker_stub.c.
* Wasm Workers working on default runtime.
* flake
* Disable most wasm workers tests to debug CI
* Fix non-minimal runtime wasm workers startup. Add test for WASM_WORKERS=2 build mode.
* Simplify in MINIMAL_RUNTIME preamble assignment for wasm maximum memory.
* Fix USE_PTHREADS+WASM_WORKERS line.
* Add support for simultaneous pthreads + Wasm workers.
* Do not pass redundant TLS size to Wasm Worker creation side.
* Update emcc.py wasm worker deps
* Remove special handling of .S files in system_libs build
* Update documentation
* Add code size test.
* flake
* Update tests and wasm worker MT build
* Fix mt build
* Adjust mt build
* Update code size test
* Update hello worker wasm
* flake
* Address review: Allow building with -sSHARED_MEMORY and add a test. Move code from emcc.py to library_wasm_worker.js.
* Remove unnecessary dynCall statements
* Update mention of C11 and C++11 Atomics APIs
* Remove old code.
* Utilize runOnMainThread() in MINIMAL_RUNTIME ready handler.
* Simplify code
* #error quotes
* Clean typo
* Cleanup tests
* Update ChangeLog
* Fixes
* Add test files.
* Fix pthreads
* Remove moved test
* Address review
* Small code size optimization
* Small code size opt
* Flake
* Update Wasm Workers code size test
0 commit comments