Skip to content

Commit 4b2ae12

Browse files
authored
Remove STANDALONE_WASM+SHARED_MEMORY error. NFC (#26561)
This should have been removed back in #18355.
1 parent a39fc58 commit 4b2ae12

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib/libpthread_stub.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
#if PTHREADS
88
#error "Internal error! PTHREADS should not be enabled when including library_pthread_stub.js."
99
#endif
10-
#if STANDALONE_WASM && SHARED_MEMORY
11-
#error "STANDALONE_WASM does not support shared memories yet"
12-
#endif
1310

1411
var LibraryPThreadStub = {
1512
// ===================================================================================

0 commit comments

Comments
 (0)