Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbrown committed Jul 4, 2019
1 parent b3c311a commit ab9c27c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# go-web-gc

This is the Go compiler ("gc") compiled for WASM, running in your browser! It can be used to run a playground, à la [play.golang.org](https://play.golang.org/) entirely in your browser!
This is the Go compiler ("gc") compiled for WASM, running in your browser! It can be used to run a simple playground, à la [play.golang.org](https://play.golang.org/) entirely in your browser!

You can try it out here: https://ccbrown.github.io/go-web-gc/server/

Note: Packages are not supported. Making them work would be straightforward, but I'm not compelled to spend time on it right now since this probably has no practical uses.

This repo very much has "proof of concept" / "make it work" organization. Here's a low effort explanation of what things are:

Expand Down
1 change: 1 addition & 0 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<div id="controls">
<input type="button" value="Run" id="run">
</div>
<a style="float:right;padding:15px;font-family:sans-serif;" href="https://github.com/ccbrown/go-web-gc" target="_blank">github.com/ccbrown/go-web-gc</a>
</div>
<div id="wrap">
<textarea itemprop="description" id="code" name="code" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">package main
Expand Down

0 comments on commit ab9c27c

Please sign in to comment.