python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rust can't find 'crate' for 'std'
I'm trying to get a .wasm file via RUSTFLAGS='-C link-arg=-s' cargo build --release --target wasm32-unknown-unknown but get the error:
error[E0463]: can't find crate for `std`
When i type rustup targ...
SurpriseMF
Votes: 0
Answers: 2
Why doesn't this Blazor WebAssembly api Get function work?
I have a Blazor WASM app and am just modifying the template weatherforecastcontroller to add a Get where I can pass in an id:
[HttpGet("{userId}")]
public string Get(string ...
E.D.
Votes: 0
Answers: 3
Do a web request in yew.rs v0.19
In yew 0.2 Request::get worked fine but now yew::services doesn't exist, how can I make a request to /api/ping? do I need javascript?

Brian3647
Votes: 0
Answers: 3
Why does "code" in spec not start with magic number and version number?
I am creating spec using ./polkadot build-spec --disable-default-bootnode --dev (I am running version 0.9.8-3a10ee63c-x86_64-linux-gnu)
spec generated using above command contains code field. My under...
kishan sagathiya
Votes: 0
Answers: 1