Fix formatting

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent 0a9542245f
commit 0c8b9eab5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,10 +7,10 @@
This is an (experimental) high performance WebAssembly interpreter written in C.
** 13.5x faster** than other wasm interpreters (`wac`, `life`, `wasm-micro-runtime`)
** 5..6x slower** than state of the art wasm `JIT` engines (`liftoff`, `cranelift`)
** 12.5x slower** than native execution
<sub>* Based on CoreMark 1.0 benchmark. Your mileage may vary.</sub>
** 13.5x faster** than other wasm interpreters (`wac`, `life`, `wasm-micro-runtime`)
** 5..6x slower** than state of the art wasm `JIT` engines (`liftoff`, `cranelift`)
** 12.5x slower** than native execution
<sub>* Based on **CoreMark 1.0** benchmark. Your mileage may vary.</sub>
## Status

Loading…
Cancel
Save