diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-28 13:46:00 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-28 13:46:00 +0100 |
| commit | f26a0caadab5da373c00ed1269c98d58fec3dec0 (patch) | |
| tree | 8c25debbd7f338a7daa5b414dcb05c5fb2f057bf /examples | |
| parent | 6b7596e571314a595a52df1ac1c97798529ca339 (diff) | |
feat: improve memory perf + basic bulk memory access
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rust/Cargo.toml | 2 |
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" |
