diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
| commit | 7c3fd68f703d944b05dcea08f3a46c59b41503f4 (patch) | |
| tree | 4588645c28ea9775ae39f4875b019f72269dbb6f /BENCHMARKS.md | |
| parent | ffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (diff) | |
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'BENCHMARKS.md')
| -rw-r--r-- | BENCHMARKS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BENCHMARKS.md b/BENCHMARKS.md index 50df853..7b094d7 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -42,7 +42,7 @@ All runtimes are compiled with the following settings: | `selfhosted` | `0.05ms` | ` 7.93ms` | ` 7.54ms` | `512.45ms` | > Note that parsing is still pretty slow, especially for the `selfhosted` benchmark, taking up `~6ms` for TinyWasm. -> This can be improved by using the `archive` feature, which pre-parses the WebAssembly file into tinywasm's custom bytecode format. +> This can be improved by using the `archive` feature, which pre-compiles the WebAssembly file into tinywasm's internal bytecode format. ### Fib |
