summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2be4dcc..b3ed635 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,14 @@
[workspace]
-members=["crates/*"]
+members=["crates/*", "examples/rust"]
resolver="2"
+[profile.wasm]
+opt-level="z"
+lto="thin"
+codegen-units=1
+panic="abort"
+inherits="release"
+
[workspace.package]
version="0.3.0-alpha.0"
edition="2021"