





















@plutack I just recompiled and cannot reproduce the issue. Everything works for me. Did it ever work for you? Can you assure that all dependencies are installed before compiling?
Getting error:
error[E0463]: can't find crate for core
|
= note: the wasm32-unknown-unknown target may not be installed
= help: consider downloading the target with rustup target add wasm32-unknown-unknown
I tried running that command on my terminal but that didnt seem to help. I also trued installing wasm-pack but same ..doesnt help.
I assume maybe this needs to be addressed on pkgbuild file level? Please assist
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I Installed the wrong dependency apparently... wasm-pack instead of rust-wasm. Also i didn't have rust installed rather rustup. Thanks