A wasm interpreter in written in haskell

joachim breitner explains how he improved the performance of an interpreter for WebAssembly written in Haskell by plucking some low-hanging fruit

http://www.joachim-breitner.de/blog/758-Winter_is_coming_even_more_quickly

3 Likes

For those more proficient with Rust, here is another WASM interpreter that is fairly maintained.

1 Like