You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ In this project, you may run the following commands to build all packages:
103
103
- This will build the wasm binary and every node package (notably selfhosted and extension).
104
104
- Output will be available in the `dist/` folder of each package (for example, `./packages/selfhosted/dist`).
105
105
- You may also use `npm run build:debug` to disable Webpack optimizations and activate the (extremely verbose) ActionScript debugging output.
106
-
- There is `npm run build:dual-wasm` as well, to build a second WebAssembly module that makes use of only MVP WebAssembly extensions,
106
+
- There is `npm run build:dual-wasm` as well, to build a second WebAssembly module that disables all supported WebAssembly extensions,
107
107
potentially resulting in support for more browsers, at the expense of longer build time.
108
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.
109
109
- Since we use `RUSTC_BOOTSTRAP` in order to use certain Nightly flags with stable Rust when building dual-wasm, you will also need to run `rustup component add rust-src` with either of the previous two commands.
0 commit comments