Skip to content

Commit f9d3863

Browse files
committed
web: Update README to note that mvp means no WebAssembly extensions
1 parent 08b7595 commit f9d3863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In this project, you may run the following commands to build all packages:
103103
- This will build the wasm binary and every node package (notably selfhosted and extension).
104104
- Output will be available in the `dist/` folder of each package (for example, `./packages/selfhosted/dist`).
105105
- 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,
107107
potentially resulting in support for more browsers, at the expense of longer build time.
108108
- `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.
109109
- 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

Comments
 (0)