summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-28 13:46:00 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-28 13:46:00 +0100
commitf26a0caadab5da373c00ed1269c98d58fec3dec0 (patch)
tree8c25debbd7f338a7daa5b414dcb05c5fb2f057bf /examples/rust/Cargo.toml
parent6b7596e571314a595a52df1ac1c97798529ca339 (diff)
feat: improve memory perf + basic bulk memory access
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index 8a608d0..2d06488 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -10,7 +10,7 @@ forced-target="wasm32-unknown-unknown"
edition="2021"
[dependencies]
-tinywasm={path="../../crates/tinywasm", features=["parser", "std"]}
+tinywasm={path="../../crates/tinywasm", features=["parser", "std", "unsafe"]}
[[bin]]
name="hello"