|
hace 7 años | |
---|---|---|
demo | hace 9 años | |
gen | hace 9 años | |
ir | hace 9 años | |
ps | hace 9 años | |
vendor | hace 9 años | |
.gitattributes | hace 9 años | |
.gitignore | hace 9 años | |
LICENSE | hace 9 años | |
README.md | hace 7 años | |
tiss.go | hace 9 años | |
tiss_test.go | hace 9 años |
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 :(