summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index 91b6aed..9ff80dc 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -7,8 +7,7 @@ forced-target="wasm32-unknown-unknown"
edition="2021"
[dependencies]
-tinywasm={path="../../crates/tinywasm", default-features=false, features=["parser"]}
-embedded-alloc={version="0.5"}
+tinywasm={path="../../crates/tinywasm", features=["parser", "std"]}
[[bin]]
name="hello"
@@ -17,7 +16,3 @@ path="src/hello.rs"
[[bin]]
name="tinywasm"
path="src/tinywasm.rs"
-
-[profile.release]
-opt-level="z"
-panic="abort"