Rename TRIGGER_WASM_BUILD to FORCE_WASM_BUILD (#7080)

Because apparently I can not speak properly ;)
This commit is contained in:
Bastian Köcher
2020-09-10 23:04:24 +02:00
committed by GitHub
parent 91c0213413
commit 380cf822ea
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -318,9 +318,9 @@ we support multiple environment variables:
for `cargo check` runs.
* `WASM_BUILD_TYPE` - Sets the build type for building WASM binaries. Supported values are `release` or `debug`.
By default the build type is equal to the build type used by the main build.
* `TRIGGER_WASM_BUILD` - Can be set to trigger a WASM build. On subsequent calls the value of the variable
needs to change. As WASM builder instructs `cargo` to watch for file changes
this environment variable should only be required in certain circumstances.
* `FORCE_WASM_BUILD` - Can be set to force a WASM build. On subsequent calls the value of the variable
needs to change. As WASM builder instructs `cargo` to watch for file changes
this environment variable should only be required in certain circumstances.
* `WASM_TARGET_DIRECTORY` - Will copy release build WASM binary to the given directory. The path needs
to be absolute.
* `WASM_BUILD_RUSTFLAGS` - Extend `RUSTFLAGS` given to `cargo build` while building the wasm binary.