sat icon indicating copy to clipboard operation
sat copied to clipboard

Tiny & fast WebAssembly edge compute server

Results 33 sat issues
Sort by recently updated
recently updated
newest added

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...

js-toolchain

The JS toolchain currently uses Webpack, we have experimented with using ESBuild which enables multiple future features and improves compilation speed.

js-toolchain

The return value of JavaScript modules returning type `Number` values is ignored, the result becomes `""`: ```js export const run = (input) => { return 12345 }; // returns a...

js-toolchain