drbh / wasm-flate

🗜️⚡WebAssembly powered compression and decompression in the browser and server. Supports GZIP, ZLIB and DEFLATE
https://www.npmjs.com/package/wasm-flate
Apache License 2.0
465 stars 23 forks source link

Not working #16

Open ninfernix opened 4 years ago

ninfernix commented 4 years ago

installed the package from npm @1.0.2 in my typescript/vue app (

import * as flate from 'wasm-flate';
flate.gzip_encode("testing_string")"

I get an error: wasm_flate__WEBPACK_IMPORTED_MODULE_11__.gzip_encode is not a function

steve8708 commented 4 years ago

same, doesn't appear to work with webpack out of the box