evanw / emscripten-library-generator

A library generator for the emscripten compiler
MIT License
36 stars 7 forks source link

bump dependencies to support newer js #5

Closed bschlenk closed 1 year ago

bschlenk commented 2 years ago

Bumps dependencies to the latest. This allows bindings to use more recent js code, like arrow functions. Tested on a large js file, the only difference before and after was some indentation on array elements spread over multiple lines.