Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

rjzak/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Wordle

A simple implementation of Wordle for use on the console, primarily targeting Wasm32-wasi.

  • Compile with TinyGo: tinygo build -wasm-abi=generic -target=wasi -o main.wasm main.go
  • Test with Wasmtime: wasmtime main.wasm
  • Run with Enarx: enarx run main.wasm

About

A simple console version of Wordle

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages