From 4919d8c2f86f69f669a1afba2a28d5c344fe7197 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 29 Jan 2024 23:12:20 +0100 Subject: perf: improve benchmarks Signed-off-by: Henry Gressmann --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a4aa93..17e966f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Why TinyWasm? - **Tiny** - Designed to be as small as possible without sacrificing too much performance or functionality. -- **Fast enough** - TinyWasm is reasonably fast, especially when compared to other interpreters. See [Performance](#performance) for more details. +- **Fast enough** - TinyWasm is reasonably fast, especially when compared to other interpreters. See [Benchmarks](./BENCHMARKS.md) for more details. - **Portable** - Runs on any platform llvm supports, including WebAssembly. Minimal external dependencies. ## Status @@ -69,10 +69,6 @@ $ tinywasm-cli --help With all these features disabled, TinyWasm only depends on `core`, `alloc` and `libm` and can be used in `no_std` environments. Since `libm` is not as performant as the compiler's math intrinsics, it is recommended to use the `std` feature if possible (at least [for now](https://github.com/rust-lang/rfcs/issues/2505)), especially on wasm32 targets. -## Performance - -> Benchmarks are coming soon. - ## License Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option. -- cgit v1.3.1