wasmtime-py
wasmtime-py copied to clipboard
FIXES #137: make calling wasm from python 7x faster
this is a great enhancement from 43 ms to 6 ms in @alexprengere question in #96
0.0002523580042179674 # math_gcd
0.0014094869984546676 # python_gcd
0.043804362998344004 # wasm_gcd
0.005873051006346941 # wasm_gcd_alt <-------- my change