python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Terra - terrain deploy counter - Error: Command failed: cp artifacts/counter{-aarch64,}.wasm
I have been following the the Terra CosmWasm smart contract tutorial and have taken all steps outlined (tried from scratch multiple times, re-installed Rust, etc.) but always get the following error w...
user18647879
Votes: 0
Answers: 3
Wasmd isn't installed
I have tried to install wasmd on Ubuntu.
git clone https://github.com/CosmWasm/wasmd.git
cd wasmd
git checkout v0.23.0
make install
But when I tried wasmd version, I met wasmd: command not found.
It ...
Bikas Lin
Votes: 0
Answers: 1
Pass JSON from Javascript to Rust-compiled WebAssembly as HashMap
How could I pass a JSON object from JS to a Rust function? Must all JSON objects with key value pairs be serialised before passing it in a call to an exported function from the compiled WASM? (Just pr...
David Min
Votes: 0
Answers: 0
How to separate yew components to different files?
I just started learning yew (frontend framework). How do i put every component in separate file, like in js frameworks. (i am using function components now)
smolovk
Votes: 0
Answers: 1