book icon indicating copy to clipboard operation
book copied to clipboard

Created a wasm-rust programming environment docker. May make running the initial tutorials way easier for some

Open btassone opened this issue 6 years ago • 1 comments

Wasn't sure where else to message the maintainers of this project about this.

Spent some time the past day or so creating a basic programming environment container for wasm + rust.

Check it out here

Just make a docker-compose.yml file like in the readme and follow the few instructions. Should have anyone struggling to set anything up running in < 5 minutes.

I hope posting this here isn't a problem, just figured it might help out some people.

btassone avatar Oct 24 '19 21:10 btassone

I've created a slightly more minimal Docker image for use with the rustwasm book.

It's based on Alpine and uses the setup used for the Game of Life example.

elazar avatar Nov 01 '21 13:11 elazar