From 2dd99c3c31271709ccf0e4c5c0217a6d53518a8e Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Mon, 1 Jul 2024 17:49:20 +0100 Subject: [PATCH] Re-enable wasm-opt --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9216cee..d7f4132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,6 @@ authors = ["SkyfallWasTaken "] [package.metadata.release] release = false -# https://github.com/rustwasm/wasm-pack/issues/1247 -[package.metadata.wasm-pack.profile.release] -wasm-opt = false - [lib] crate-type = ["cdylib"] @@ -24,4 +20,4 @@ scraper = "0.19.0" # We don't use getrandom, but we enable the "js" feature to enable # WebAssembly support. -getrandom = { version = "0.2", features = ["js"] } \ No newline at end of file +getrandom = { version = "0.2", features = ["js"] }