diff --git a/Cargo.toml b/Cargo.toml index 1dfc6eb2..0e159e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,11 @@ xxhash-rust = { version = "0.8.4", features = ["xxh3"] } [profile.dev.package.graphite-editor] opt-level = 1 +# This is a mitigation for https://github.com/rustwasm/wasm-pack/issues/981 +# Which is needed because the node_registry function is too large +[profile.dev.package.interpreted-executor] +opt-level = 1 + [profile.dev.package.graphene-core] opt-level = 1