Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.