https://github.com/gopherjs/gopherwasm
This package is deprecated. Use syscall/js of GopherJS instead.
https://github.com/gopherjs/gopherwasm
Last synced: 12 months ago
JSON representation
This package is deprecated. Use syscall/js of GopherJS instead.
- Host: GitHub
- URL: https://github.com/gopherjs/gopherwasm
- Owner: gopherjs
- License: bsd-2-clause
- Archived: true
- Created: 2018-06-24T06:37:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:05:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T12:07:18.676Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 78
- Watchers: 14
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This package is deprecated. Use `syscall/js` of GopherJS instead.
For more details, see [GopherJS issue #899](https://github.com/gopherjs/gopherjs/issues/899)
# GopherWasm
[](https://travis-ci.org/gopherjs/gopherwasm)
[](http://godoc.org/github.com/gopherjs/gopherwasm/js)
A wrapper for GopherJS (`gopherjs/js`) and Wasm (`syscall/js`). With this, you can make your application work with both GopherJS and Wasm.
GopherWasm's API emulates `syscall/js`, so please refer [`syscall/js` API document](https://golang.org/pkg/syscall/js/) to know how to use API of GopherWasm.