sat
sat copied to clipboard
Tiny & fast WebAssembly edge compute server
The JS toolchain currently mangles line numbers, this makes it really hard to debug runtime errors as the line numbers don't match up with the original source. Storing metadata and...
The JS toolchain currently uses Webpack, we have experimented with using ESBuild which enables multiple future features and improves compilation speed.
The return value of JavaScript modules returning type `Number` values is ignored, the result becomes `""`: ```js export const run = (input) => { return 12345 }; // returns a...