Pārlūkot izejas kodu

Added wasm_pthread-web

Fixes #574
Björn Ritzl 1 mēnesi atpakaļ
vecāks
revīzija
bf1ff5396b
3 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 0
      .wordlist.txt
  2. 1 1
      docs/en/manuals/bob.md
  3. 1 1
      docs/en/shared/platforms.md

+ 1 - 0
.wordlist.txt

@@ -507,6 +507,7 @@ WakeLocks
 walkthrough
 WASD
 wasm
+wasm_pthread-web
 WAV
 WebAssembly
 webaudio

+ 1 - 1
docs/en/manuals/bob.md

@@ -190,7 +190,7 @@ Available platforms and architectures:
 : Android with available 32 bit `armv7-android` and 64 bit `arm64-android` architectures. By default, `--architectures` argument value is `armv7-android,arm64-android`.
 
 `js-web`
-: HTML5 with available `js-web` and `wasm-web` architectures. By default, `--architectures` argument value is `js-web,wasm-web`.
+: HTML5 with available `js-web`, `wasm-web` and `wasm_pthread-web` architectures. By default, `--architectures` argument value is `js-web,wasm-web`.
 
 By default, Bob looks in the current directory for a project to build. If you change the current dir to a Defold project and invoke bob, it builds the data for the project in the default output directory *build/default*.
 

+ 1 - 1
docs/en/shared/platforms.md

@@ -1,3 +1,3 @@
 Supported platforms are `ios`, `android`, `osx`, `win32`, `linux`, `web`.
 
-Supported `arc-platform` pairs are `arm64-ios`, `x86_64-ios`, `armv7-android`, `arm64-android`, `arm64-osx`, `x86_64-osx`, `x86-win32`, `x86_64-win32`, `arm64-linux`, `x86_64-linux`, `js-web` and `wasm-web`.
+Supported `arc-platform` pairs are `arm64-ios`, `x86_64-ios`, `armv7-android`, `arm64-android`, `arm64-osx`, `x86_64-osx`, `x86-win32`, `x86_64-win32`, `arm64-linux`, `x86_64-linux`, `js-web`, `wasm-web` and `wasm_pthread-web`.