Last active
May 9, 2017 14:28
-
-
Save kanaka/a5f779ebe59d7c0e06c3aa7e946cb628 to your computer and use it in GitHub Desktop.
Build/run mal wasm implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker run -it -v $HOME/Code/MAL:/mal -w /mal -it kanaka/emscripten bash | |
| /mal# export PATH=$PATH:/mal/wac | |
| /mal# make test^wasm^step0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment