This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Packaging, again... #5
Comments
Hacking around it by editing // const TextDecoder = require('util').TextDecoder;
let cachedTextDecoder = new TextDecoder('utf-8'); (And then included that locally again, not using the imported package for the moment. The above assumes there is a |
The issues will go away soon-ish - see rustwasm/wasm-pack#157 & rustwasm/wasm-pack#523 |
Closed
This happened while I guess you wanted to use it in a new env (RN maybe) I suppose? because the current hack should work fine in both node and browser. Can you include also the environment? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
... We cannot seem to win.
Works under Node, now breaks under Webpack.
The text was updated successfully, but these errors were encountered: