run on isolate

This commit is contained in:
ekibun
2020-10-03 00:40:47 +08:00
parent 097e118e5d
commit 8a72bac6a9
11 changed files with 390 additions and 72 deletions

8
example/js/hello.js Normal file
View File

@@ -0,0 +1,8 @@
/*
* @Description: module example
* @Author: ekibun
* @Date: 2020-10-03 00:29:45
* @LastEditors: ekibun
* @LastEditTime: 2020-10-03 00:32:37
*/
export default (name) => `hello ${name}!`;