From 3820cdf97d17aa50a2b940b1f8290aca2237c218 Mon Sep 17 00:00:00 2001 From: Arhan Chaudhary Date: Sat, 24 Aug 2024 16:11:05 -0400 Subject: [PATCH] docs: Fix typo for wasm-opt version --- docs/src/cargo-toml-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cargo-toml-configuration.md b/docs/src/cargo-toml-configuration.md index 67d8ebd..283e1d1 100644 --- a/docs/src/cargo-toml-configuration.md +++ b/docs/src/cargo-toml-configuration.md @@ -21,7 +21,7 @@ The available configuration options and their default values are shown below: # # In most cases, the `-O[X]` flag is enough. However, if you require extreme # optimizations, see the full list of `wasm-opt` optimization flags -# https://github.com/WebAssembly/binaryen/blob/version_111/test/lit/help/wasm-opt.test +# https://github.com/WebAssembly/binaryen/blob/version_117/test/lit/help/wasm-opt.test wasm-opt = ['-O'] [package.metadata.wasm-pack.profile.dev.wasm-bindgen]