Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gopherjs/gopherwasm
This package is deprecated. Use syscall/js of GopherJS instead.
https://github.com/gopherjs/gopherwasm
Last synced: 2 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:05:47.000Z (over 5 years ago)
- Last Synced: 2024-06-18T15:39:01.381Z (5 months ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 79
- 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
[![Build Status](https://travis-ci.org/gopherjs/gopherwasm.svg?branch=master)](https://travis-ci.org/gopherjs/gopherwasm)
[![GoDoc](https://godoc.org/github.com/gopherjs/gopherwasm/js?status.svg)](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.