aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/emscripten_threads.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/emscripten_threads.md')
-rw-r--r--docs/markdown/snippets/emscripten_threads.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/emscripten_threads.md b/docs/markdown/snippets/emscripten_threads.md
deleted file mode 100644
index bdf808e..0000000
--- a/docs/markdown/snippets/emscripten_threads.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Emscripten (emcc) now supports threads
-
-In addition to properly setting the compile and linker arguments, a new meson
-builtin has been added to control the PTHREAD_POOL_SIZE option,
-`-D<lang>_thread_count`, which may be set to any integer value greater than 0.
-If it set to 0 then the PTHREAD_POOL_SIZE option will not be passed.