Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 582 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 582 Bytes

GopherWasm

Build Status GoDoc

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 to know how to use API of GopherWasm.