Replies: 1 comment 12 replies
-
If you're using v0.3.x, you'll need to add the Rust wasm32 toolchain as per the introductory docs. For v0.4.x, that will be done automatically. I'll make that clearer in the quick start docs, thanks for the catch! (If this doesn't solve your problem, would you send the output of |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed rust toolchain using rustup, and then "pacman -S gcc llvm pkgconf" to install more packages. The Quick start seems incomplete for Arch Linux and some more rolling-release systems, e.g., openSUSE tumbleweed, Fedora Rawhide. I don't use Debian or CentOS, because their programs are very old. The CLI output is:
perseus serve -w
⠐ [1/4] 🔨 Generating your app...
[1/4] 🔨 Generating your app...✅
[2/4] 🏗️ Building your app to Wasm...❌
⠐ [3/4] 📡 Building server...
Beta Was this translation helpful? Give feedback.
All reactions