You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to publishing to npm and github, publish to JSR: https://jsr.io/.
It should be easy, we can reuse the same publishing mechanism for now.
Maybe later publish directly in typescript (maybe ESM-only as well?) - without TSC or tsup, directly with JSR's builtin typescript handling. (Just wondering about ad-hoc loaded files in browser context, eg the wasm-sha cc @ngxson, if it will publish correctly)
AFAIK there is no need to publish TSC/tsup version, since jsr is not to suppose to be used by nodejs (plus, it has quite aggressive built-in lint which make publishing plain *.js almost impossible 😂 ). Also, jsr has a limit on file size, but I'm not sure if that will be a problem for wasm-hash or not.
cc @lambtron
In addition to publishing to npm and github, publish to JSR: https://jsr.io/.
It should be easy, we can reuse the same publishing mechanism for now.
Maybe later publish directly in typescript (maybe ESM-only as well?) - without TSC or tsup, directly with JSR's builtin typescript handling. (Just wondering about ad-hoc loaded files in browser context, eg the wasm-sha cc @ngxson, if it will publish correctly)
Maybe related: #887 (TSC/monorepo)
The text was updated successfully, but these errors were encountered: