An open API service indexing awesome lists of open source software.

https://github.com/visualfc/gopherjs-fixed

fixed pkg build for gopherjs
https://github.com/visualfc/gopherjs-fixed

Last synced: about 18 hours ago
JSON representation

fixed pkg build for gopherjs

Awesome Lists containing this project

README

          

# gopherjs-fixed
fixed pkg build for gopherjs

```
//go:build js && !wasm
// +build js,!wasm

import (
_ "github.com/visualfc/gopherjs-fixed/audio"
_ "github.com/visualfc/gopherjs-fixed/ebiten"
_ "github.com/visualfc/gopherjs-fixed/oto"
)
```