Skip to content

Gjacquenot/docker_wasm_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker version of rustwasm/wasm_game_of_life

Build Status

This repository contains instructions to build a dockerize version of the Rust and WebAssembly tutorial implementing the Game of Life.

A simple make command will build the wasm_game_of_life/www directory to serve.

make run will serve https://localhost:8080. It requires npm to be installed.

make docker_run will serve https://localhost:8080 from docker.