From f26a0caadab5da373c00ed1269c98d58fec3dec0 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 28 Jan 2024 13:46:00 +0100 Subject: feat: improve memory perf + basic bulk memory access Signed-off-by: Henry Gressmann --- examples/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust') 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" -- cgit v1.3.1