arewewebyet icon indicating copy to clipboard operation
arewewebyet copied to clipboard

Add wasmi to the list of WebAssembly runtimes

Open Robbepop opened this issue 3 years ago • 0 comments

wasmi WebAssembly interpreter is missing from the list of WebAssembly runtimes.

While it is not a super efficient JIT engine like the others, it can do pretty much the same as the other engines listed there. wasmi itself can be compiled to WebAssembly to be used as a WebAssembly engine within WebAssembly which we actually even do in our company.

Link: https://github.com/paritytech/wasmi/

Robbepop avatar Jan 15 '22 19:01 Robbepop