Wasmi-benchmarks Alternatives
Similar projects and alternatives to wasmi-benchmarks
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
wasmi-benchmarks discussion
wasmi-benchmarks reviews and mentions
-
Wasmi v0.32: WebAssembly interpreter is now faster than
I am aware of Wizard and I think it is a pretty interesting Wasm runtime. It would be really cool if it was part of Wasmi's benchmark testsuite (https://github.com/wasmi-labs/wasmi-benchmarks). Contributions to add more Wasm runtimes and more test cases are very welcome.
The non-WASI test cases are only for testing translation performance, thus their imports are not necessary to be satisfied. This would have been the case if the benchmarks tested instantiation performance instead. Usually instantiation is pretty fast though for most Wasm runtimes compared to translation time.
Stats
wasmi-labs/wasmi-benchmarks is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of wasmi-benchmarks is Rust.