sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
482 stars 23 forks source link

make all our generated javascript target es6 instead of es5 #30

Closed williamstein closed 1 year ago

williamstein commented 1 year ago

This is really just practice for https://github.com/sagemathinc/cocalc/issues/6128 but with a much easier less consequential (there are zero users!) codebase.

williamstein commented 1 year ago

It targets es2020.