|
há 7 anos atrás | |
---|---|---|
demo | há 9 anos atrás | |
gen | há 9 anos atrás | |
ir | há 9 anos atrás | |
ps | há 9 anos atrás | |
vendor | há 9 anos atrás | |
.gitattributes | há 9 anos atrás | |
.gitignore | há 9 anos atrás | |
LICENSE | há 9 anos atrás | |
README.md | há 7 anos atrás | |
tiss.go | há 9 anos atrás | |
tiss_test.go | há 9 anos atrás |
For the good.
;; golang wasm generator github.com/kpmy/tiss
(module
(type $t0
(func))
(func $fib
(param $x i64)
(result i64)
(local $i i64)
(return
(i64.const 0)))
(func $start
(type $t0)
(call $fib
(i64.const 0)))
(start $start))
not so pretty :(