Skip to content

Commit c39a132

Browse files
fix: enable wasm-opt in templates (#767)
Co-authored-by: Guy Bedford <[email protected]>
1 parent fba130e commit c39a132

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

templates/axum/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = ["{{authors}}"]
77
[package.metadata.release]
88
release = false
99

10-
# https://github.com/rustwasm/wasm-pack/issues/1247
11-
[package.metadata.wasm-pack.profile.release]
12-
wasm-opt = false
13-
1410
[lib]
1511
crate-type = ["cdylib"]
1612

templates/hello-world-http/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = ["{{authors}}"]
77
[package.metadata.release]
88
release = false
99

10-
# https://github.com/rustwasm/wasm-pack/issues/1247
11-
[package.metadata.wasm-pack.profile.release]
12-
wasm-opt = false
13-
1410
[lib]
1511
crate-type = ["cdylib"]
1612

templates/hello-world/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = ["{{authors}}"]
77
[package.metadata.release]
88
release = false
99

10-
# https://github.com/rustwasm/wasm-pack/issues/1247
11-
[package.metadata.wasm-pack.profile.release]
12-
wasm-opt = false
13-
1410
[lib]
1511
crate-type = ["cdylib"]
1612

0 commit comments

Comments
 (0)