mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
6 lines
292 B
Markdown
6 lines
292 B
Markdown
|
# 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.
|