The Wren Programming Language http://wren.io
1.8K
docker run -it ajpaulson/wren
If you want to run a locally created Wren file:
docker run -it -v "$PWD":/tmp -w /tmp ajpaulson/wren some_file.wren
Content type
Image
Digest
Size
176 MB
Last updated
almost 7 years ago
docker pull ajpaulson/wren