diff --git a/docs-template/EXAMPLE_README.md.tpl b/docs-template/EXAMPLE_README.md.tpl index fd5c9aa014..a5438464b3 100644 --- a/docs-template/EXAMPLE_README.md.tpl +++ b/docs-template/EXAMPLE_README.md.tpl @@ -304,14 +304,14 @@ may not be worth keeping due to compilation time increases. For a small project with a basic 3d model and two lights, the generated file sizes are, as of July 2022, as follows: -|profile | wasm-opt | no wasm-opt | -|----------------------------------|----------|-------------| -|Default | 8.5M | 13.0M | -|opt-level = "z" | 6.1M | 12.7M | -|"z" + lto = "thin" | 5.9M | 12M | -|"z" + lto = "fat" | 5.1M | 9.4M | -|"z" + "thin" + codegen-units = 1 | 5.3M | 11M | -|"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M | +profile | wasm-opt | no wasm-opt +----------------------------------|----------|------------- +Default | 8.5M | 13.0M +opt-level = "z" | 6.1M | 12.7M +"z" + lto = "thin" | 5.9M | 12M +"z" + lto = "fat" | 5.1M | 9.4M +"z" + "thin" + codegen-units = 1 | 5.3M | 11M +"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M ### Loading Assets diff --git a/examples/README.md b/examples/README.md index b8cd2c891b..053e522ab9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -803,14 +803,14 @@ may not be worth keeping due to compilation time increases. For a small project with a basic 3d model and two lights, the generated file sizes are, as of July 2022, as follows: -|profile | wasm-opt | no wasm-opt | -|----------------------------------|----------|-------------| -|Default | 8.5M | 13.0M | -|opt-level = "z" | 6.1M | 12.7M | -|"z" + lto = "thin" | 5.9M | 12M | -|"z" + lto = "fat" | 5.1M | 9.4M | -|"z" + "thin" + codegen-units = 1 | 5.3M | 11M | -|"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M | +profile | wasm-opt | no wasm-opt +----------------------------------|----------|------------- +Default | 8.5M | 13.0M +opt-level = "z" | 6.1M | 12.7M +"z" + lto = "thin" | 5.9M | 12M +"z" + lto = "fat" | 5.1M | 9.4M +"z" + "thin" + codegen-units = 1 | 5.3M | 11M +"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M ### Loading Assets