projects
/
platform
/
framework
/
web
/
lwnode.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
29a3bbcc1a62cf3c4083be758f317701e213777d
[platform/framework/web/lwnode.git]
/
1
(module
2
(func $message (import "" "hello") (param i32))
3
(global $id (import "" "id") i32)
4
(func (export "run") (call $message (global.get $id)))
5
)