From 15b0bd6e937a6676b818268378882c5a0a33a33b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 29 Mar 2020 20:00:01 +0300 Subject: Update everything for new release. --- docs/markdown/snippets/emscripten_threads.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 docs/markdown/snippets/emscripten_threads.md (limited to 'docs/markdown/snippets/emscripten_threads.md') 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_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. -- cgit v1.1