-
Notifications
You must be signed in to change notification settings - Fork 4
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 do you manage stdweb? #8
Comments
hiya! thanks for the compliment. i actually first built this website back in 2018. if you're looking to start a new rust -> wasm project there might be better alternatives for you. that said i was able to get the project working (with a not broken wasm) locally just now by switching around my rust toolchain using # install an old toolchain
rustup toolchain install nightly-2019-08-01
# set the old toolchain as default:
rustup default nightly-2019-08-01 after doing that I was able to build the site fine using the
The http server also still seems to be working:
using an older toolchain will also work for the examples (i would imagine) |
Hi! I noticed that you built your (quite nice looking) personal site with stdweb. I can see that stdweb is a dependency in your Cargo.toml, I'm just reluctant to use stdweb because the examples do not run. Does the crate still function overall?
I've been having trouble with stdweb and I would like to be able to use it. How do you use it? Do you not get the errors that I have been getting?
The text was updated successfully, but these errors were encountered: