We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
interested in publishing an es module version?
e.g. so you could do something like this directly in the browser
import { flate, init } from 'wasm-flate'; await init(); flate.gzip_encode(...)
if yes then I could look into preparing a pull request 🤗
The text was updated successfully, but these errors were encountered:
Even if it is your own fork, I and I'm sure others would be interested. I'm having to do the same work right now also.
This is what I did, to use ES6 import with webpack.
Sorry, something went wrong.
yes, plz publish
No branches or pull requests
interested in publishing an es module version?
e.g. so you could do something like this directly in the browser
if yes then I could look into preparing a pull request 🤗
The text was updated successfully, but these errors were encountered: