From af8ded882355057778688c5d79ce4a714c4c9f45 Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Mon, 10 Jan 2022 10:07:08 +0530 Subject: [PATCH] Enable wasm-opt --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bce202a..6930937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,6 @@ readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"] edition = "2021" -[package.metadata.wasm-pack.profile.release] -wasm-opt = false - [lib] path = "src/lib.rs" crate-type = ["cdylib", "rlib"]