github-actions
released this
24 Jan 09:34
·
30 commits
to main
since this release
Minor Changes
-
5697aec: fix: emscripten output for static methods
webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output.