Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isomorphic NPM packaging #61

Open
FL33TW00D opened this issue Nov 28, 2023 · 1 comment
Open

Isomorphic NPM packaging #61

FL33TW00D opened this issue Nov 28, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@FL33TW00D
Copy link
Owner

FL33TW00D commented Nov 28, 2023

Because the javascript world is completely fucking insane, it has come to my attention that we aren't really shipping the best isomorphic packages for downstream users.

This guy seems to know what he is on about: https://nickb.dev/blog/recommendations-when-publishing-a-wasm-library/

His example lib is good here too: https://github.com/nickbabcock/highwayhasher

@FL33TW00D FL33TW00D added the help wanted Extra attention is needed label Nov 28, 2023
@FL33TW00D
Copy link
Owner Author

Structure of whisper-turbo is as follows:

  • whisper-turbo npm package, provides access to browser APIs.
  • whisper-webgpu npm package, Rust compiled to WASM. Requires asynchronous initialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

1 participant