This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webpack issues by using a workaround
The workaround is described in webpack/webpack#7352 Note that now the webserver cannot load our wasm: "TypeError: _myelin_visualization_bg__WEBPACK_IMPORTED_MODULE_0__.init is not a function" This might be caused by a transcient dependency on stdweb: https://github.com/sebcrozet/nphysics/blob/master/build/nphysics2d/Cargo.toml#L31 Which is incompatible with wasm-bindgen: koute/stdweb#263
- Loading branch information
1 parent
2b8612d
commit 9cf6e04
Showing
3 changed files
with
43 additions
and
13 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