Skip to content

Commit f558edc

Browse files
author
thisisaaronland
committed
initial commit
0 parents  commit f558edc

File tree

5 files changed

+657
-0
lines changed

5 files changed

+657
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*~

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
GOROOT=$(shell go env GOROOT)
2+
3+
wasmexec:
4+
cp "$(GOROOT)/lib/wasm/wasm_exec.js" lib/wasm_exec.js

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# js-sfomuseum-golang-wasm
2+
3+
An opionated JavaScript package for loading and executing Golang WASM binaries.
4+
5+
## Documentation
6+
7+
Documentation is incomplete at this time.

0 commit comments

Comments
 (0)