We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39fc58 commit 4b2ae12Copy full SHA for 4b2ae12
1 file changed
src/lib/libpthread_stub.js
@@ -7,9 +7,6 @@
7
#if PTHREADS
8
#error "Internal error! PTHREADS should not be enabled when including library_pthread_stub.js."
9
#endif
10
-#if STANDALONE_WASM && SHARED_MEMORY
11
-#error "STANDALONE_WASM does not support shared memories yet"
12
-#endif
13
14
var LibraryPThreadStub = {
15
// ===================================================================================
0 commit comments