david-wallace-croft / advent-of-spin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CroftSoft Advent of Spin Solutions

MIT licensed

Links

Installation of Spin on GitHub CodeSpaces

  • Open a terminal
  • Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
rustc --version
  • Add the Wasm architecture
rustup target add wasm32-wasi
  • Install Fermyon Spin
mkdir temp
cd temp
curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
mkdir ~/bin
cp spin ~/bin/spin
cd ..
rm -rf temp
cd ~
source .profile
cd -
spin --version

History

  • Initial release: 2023-12-04

About

License:MIT License


Languages

Language:Rust 95.3%Language:HTML 4.2%Language:CSS 0.6%