dotnet-webassembly icon indicating copy to clipboard operation
dotnet-webassembly copied to clipboard

Benchmark Project

Open martindevans opened this issue 2 weeks ago • 0 comments

Added a benchmark project. Currently only one benchmark which compares performance to wasmtime, but it's easy to add more. This project actually beats wasmtime!

The benchmark runs a function called bench, which is adapted from a random Rust project I had lying around (calculating various rocket nozzle parameters). I'm happy to share the code for this if you want, but I'm not sure what the best way to do it is - would you just want the entire Rust project included in the wasm folder?

martindevans avatar Jun 30 '24 14:06 martindevans