-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Update gif library and wasm-bindgen
This requires manual patching of the gif.js output now. With rustwasm/wasm-bindgen#1995 the `self.` prefix was removed from the JS wrapper output. This means it will no longer properly inject the wasm_bindgen wrapper code into the WebWorker context. To fix this for now follow these steps: * Remove the first line that declares wasm_bindgen * Add `self.` in front of `wasm_bindgen` definition at the end
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters