wasmer/examples/parallel
2020-03-26 17:11:37 -07:00
..
src Deprecate Instance::func and Instance::dyn_func 2020-03-26 17:11:37 -07:00
Cargo.toml Add parallel execution example 2019-09-26 16:25:31 -07:00
README.md Add parallel execution example 2019-09-26 16:25:31 -07:00

Parallel Wasmer example

This example shows executing independent code from multiple threads on an "embarassingly parallel" problem

This is a toy example of cracking md5 hashes. This is not a benchmark. This example is not optimized, it will compare poorly to an implementation that is.