Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 7c3fd68

Browse files
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent ffb1e09 commit 7c3fd68

File tree

22 files changed

+276
-660
lines changed

22 files changed

+276
-660
lines changed

.cargo/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-wast-release="test --package tinywasm --test test-wast --release -- --enabl
88
generate-charts="run --package scripts --bin generate-charts --release"
99
benchmark="bench -p benchmarks --bench"
1010

11-
# # enable for linux perf
12-
# [target.x86_64-unknown-linux-gnu]
13-
# linker="/usr/bin/clang"
14-
# rustflags=["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
11+
# enable for linux perf
12+
[target.x86_64-unknown-linux-gnu]
13+
linker="/usr/bin/clang"
14+
rustflags=["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

BENCHMARKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ All runtimes are compiled with the following settings:
4242
| `selfhosted` | `0.05ms` | ` 7.93ms` | ` 7.54ms` | `512.45ms` |
4343

4444
> Note that parsing is still pretty slow, especially for the `selfhosted` benchmark, taking up `~6ms` for TinyWasm.
45-
> This can be improved by using the `archive` feature, which pre-parses the WebAssembly file into tinywasm's custom bytecode format.
45+
> This can be improved by using the `archive` feature, which pre-compiles the WebAssembly file into tinywasm's internal bytecode format.
4646
4747
### Fib
4848

0 commit comments

Comments
 (0)