Testing
Testing WebAssembly with AssemblyScript: as-pect, Memory Testing, and JS Interop
WebAssembly gives you near-native performance in the browser and on the server, but testing Wasm modules has historically been awkward. AssemblyScript — a TypeScript-like language that compiles to Wasm — changes that by bringing a familiar type system and a purpose-built test runner called as-pect. This post covers