feat: add publish, and rpc

This commit is contained in:
2020-11-07 23:15:40 +08:00
parent 297dca28f3
commit 6f7b3ecce8
10 changed files with 1340 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
function __EXPORT(f) { eval('__PUBLIC_' + f + '=' + f); }
function getName() {
return 'This is hatter!';
}
__EXPORT('getName');