You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
% wrangler generate rustwasm-markdown-parser https://github.com/cloudflare/rustwasm-worker-template/
⬇️ Installing cargo-generate v0.5.0...
Error: could not download `cargo-generate`
no prebuilt cargo-generate binaries are available for this platform
I've tried:
cargo install --version 0.5.0 cargo-generate
this works...
% cargo generate --version
cargo-generate 0.5.0
but the error continues. I've tried copying the cargo-generate binary in to the wrangler cache folder as suggested in #1402, but nothing changes.
The text was updated successfully, but these errors were encountered:
If you are running an ARM based system (eg Raspberry Pi, Pinebook) you'll need to use the cargo installation method listed below to build wrangler from source.
This is very likely related to #1402, however it's a different platform, and the work around suggested in that issue did not work for me.
Environment
rustc -V
: rustc 1.49.0 (e1884a8e3 2020-12-29)node -v
: zsh: command not found: nodewrangler -V
:👷 ✨ wrangler 1.13.0wrangler.toml
: nilSteps to reproduce
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install wrangler
wrangler generate rustwasm-markdown-parser https://github.com/cloudflare/rustwasm-worker-template/
(from https://developers.cloudflare.com/workers/tutorials/hello-world-rust)What did you expect to see?
A templated example generated
What did you see instead?
I've tried:
this works...
but the error continues. I've tried copying the cargo-generate binary in to the wrangler cache folder as suggested in #1402, but nothing changes.
The text was updated successfully, but these errors were encountered: