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
- Host: GitHub
- URL: https://github.com/visualfc/gopherjs-fixed
- Owner: visualfc
- License: apache-2.0
- Created: 2022-10-15T01:28:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T13:34:28.000Z (over 3 years ago)
- Last Synced: 2025-12-26T13:49:17.786Z (4 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
)
```