maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

error[E0463]: can't find crate for `core` #34

Closed juliangaal closed 1 year ago

juliangaal commented 1 year ago

This is part of a longer error message, gist here

My environment:

Thanks for your help

maciejhirsz commented 1 year ago

It's curious that it's both itoa and ryu that are the issue since they are both no_std. I'm on debian-based OS myself and this all looks well configured. Might be trunk or something else is using the wrong toolchain? Maybe try to force reinstall either trunk or wasm-bindgen-cli (or both)?

cargo install trunk --locked --force
cargo install wasm-bindgen-cli --locked --force
maciejhirsz commented 1 year ago

Haven't been able to reproduce this, and haven't seen anyone else report anything similar, so gonna close this for now as I can't see how this is not a local setup problem.

Feel free to re-open the issue if errors persist.