Skip to content

POC on how to use WebAssembly binaries generated by the Go compiler in a non-web environment

Notifications You must be signed in to change notification settings

neelance/go_js_wasm_exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proof of Concept

This is a proof of concept on how to use WebAssembly binaries generated by the Go compiler in a non-web (non-JS) environment. Currently println and fmt.Println are supported. It is mostly a direct translation of https://github.com/golang/go/blob/master/misc/wasm/wasm_exec.js. Please note that this interface is not public or stable, it may change with future versions of Go.

About

POC on how to use WebAssembly binaries generated by the Go compiler in a non-web environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages