Spent way too much time building a playground for.. reasons
This commit is contained in:
parent
4b09a8d494
commit
fdc480262d
5 changed files with 729 additions and 0 deletions
11
cmd/playwasm/main.go
Normal file
11
cmd/playwasm/main.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func main() {
|
||||
initJS(context.Background())
|
||||
|
||||
<-make(chan struct{})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue