Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ktye/wg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wg (webassembly from go)

wg compiles a subset of go to webassembly text format

all memory is yours. no stack, no runtime.

- multi-value
- builk-memory
- simd types I8x16, I4x32, F64x2

go install github.com/ktye/wg/cmd/wg

wg file.go > file.wat
wg dir     > package.wat


see x_test.go for supported language features.

About

webassembly compiler for a subset of go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages