JAWSM

Pinned ·

JAWSM - a JavaScript to WASM compiler

About a year ago I open sourced a distributed load testing tool called Crows. It runs scenarios compiled to WebAssembly, and as much as I like writing Rust, I wanted to allow using a scripting language in Crows. There are some options to do that in WebAssembly, like using Assembl…