Category "rust-wasm"

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 vers

Conways game of Life with 1D array

Right now I'm doing this tutorial for WebAssembly with Rust. The task is to implement Conways Game of Life in Rust. Writing a low-level language like Rust is ne

Could not find `Cargo.toml` running Cargo in docker container

I am using the code: docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,s