Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 979 Bytes

DEV.md

File metadata and controls

41 lines (30 loc) · 979 Bytes

Development Guide

Follow this if you want to build the sample yourself

Requirements

You can start a remote development environment with everything installed by running:

okteto up --deploy

If you want to do it the hard way:

  1. Rust, rustup and cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. NKeys
cargo install nkeys --features "cli"
  1. wasm-to-oci
Download the binary from https://github.com/engineerd/wasm-to-oci/releases/tag/v0.1.1
  1. wasm-pack
cargo install wasm-pack
  1. wascapp
cargo install wascap --features "cli"
  1. A GKE container registry with anonymous pull access

You can also use your own registry here.