Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

225 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages