Skip to content

Commit 4bb4d88

Browse files
danielhjacobstorokati44
authored andcommitted
docs: Add info about a reproducible build with dual-wasm support
1 parent 300a9dc commit 4bb4d88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ In this project, you may run the following commands to build all packages:
105105
- You may also use `npm run build:debug` to disable Webpack optimizations and activate the (extremely verbose) ActionScript debugging output.
106106
- There is `npm run build:dual-wasm` as well, to build a second WebAssembly module that disables all supported WebAssembly extensions,
107107
potentially resulting in support for more browsers, at the expense of longer build time.
108-
- `npm run build:repro` enables reproducible builds. Note that this also requires a `version_seal.json`, which is not provided in the normal Git repository - only specially-marked reproducible source archives. Running this without a version seal will generate one based on the current state of your environment.
108+
- `npm run build:repro` enables reproducible builds with the default WASM module. Note that this also requires a `version_seal.json`, which is not provided in the normal Git repository - only specially-marked reproducible source archives. Running this without a version seal will generate one based on the current state of your environment.
109+
- `npm run build:dual-wasm-repro` enables reproducible builds with both WASM modules. Note that this also requires a `version_seal.json`, which is not provided in the normal Git repository - only specially-marked reproducible source archives. Running this without a version seal will generate one based on the current state of your environment.
109110
- You will also need to run `rustup component add rust-src` with either of the previous two commands since we rebuild std for the vanilla WASM module.
110111

111112
From here, you may follow the instructions to [use Ruffle on your website](packages/selfhosted/README.md),

0 commit comments

Comments
 (0)