Follow this if you want to build the sample yourself
You can start a remote development environment with everything installed by running:
okteto up --deploy
If you want to do it the hard way:
- Rust, rustup and cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install nkeys --features "cli"
Download the binary from https://github.com/engineerd/wasm-to-oci/releases/tag/v0.1.1
cargo install wasm-pack
cargo install wascap --features "cli"
You can also use your own registry here.