Categorygithub.com/gopherjs/gopherwasm
module
1.1.0
Repository: https://github.com/gopherjs/gopherwasm.git
Documentation: pkg.go.dev

# README

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.

# Packages

Package js offers API that works with both GopherJS and Wasm.