Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Web] Add workaround for missing export in threaded builds
The offending symbol gets stripped away by wasm-dce but it's used on the JavaScript side and causes and undefined symbol which also causes the closure compiler to throw an error.
- Loading branch information