-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
How to configure nightly? #95
Comments
I'm using Here is how I config it. In node: {
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"style-loader": "^2.0.0",
"wasm-pack": "^0.9.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
} In rust:
Hope this will help u |
The workaround I'm using is to set |
There's some good/useful info in the readme for the rayon bridge - i.e. in this case using a rust-toolchain.toml file in the project dir can work. |
I need to build the crate on nightly toolchain. Any way to give that info to the plugin?
The text was updated successfully, but these errors were encountered: