Skip to content

Commit bf1ff53

Browse files
committed
Added wasm_pthread-web
Fixes #574
1 parent a4ca14d commit bf1ff53

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ WakeLocks
507507
walkthrough
508508
WASD
509509
wasm
510+
wasm_pthread-web
510511
WAV
511512
WebAssembly
512513
webaudio

docs/en/manuals/bob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Available platforms and architectures:
190190
: Android with available 32 bit `armv7-android` and 64 bit `arm64-android` architectures. By default, `--architectures` argument value is `armv7-android,arm64-android`.
191191

192192
`js-web`
193-
: HTML5 with available `js-web` and `wasm-web` architectures. By default, `--architectures` argument value is `js-web,wasm-web`.
193+
: HTML5 with available `js-web`, `wasm-web` and `wasm_pthread-web` architectures. By default, `--architectures` argument value is `js-web,wasm-web`.
194194

195195
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*.
196196

docs/en/shared/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Supported platforms are `ios`, `android`, `osx`, `win32`, `linux`, `web`.
22

3-
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`.
3+
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`.

0 commit comments

Comments
 (0)