wao 0.19.2 → 0.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/cli.js CHANGED
@@ -5,12 +5,16 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
5
5
  var _pm = _interopRequireDefault(require("pm2"));
6
6
  var _utils = require("./utils.js");
7
7
  var _path = require("path");
8
+ var _nodeUtil = _interopRequireDefault(require("node:util"));
9
+ var _nodeChild_process = require("node:child_process");
10
+ var _fs = require("fs");
8
11
  var _cmds$args$;
9
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
13
  function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
11
14
  function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
12
15
  function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
13
16
  var args = process.argv.slice(2);
17
+ var exec = _nodeUtil["default"].promisify(_nodeChild_process.exec);
14
18
  var cmds = {
15
19
  wao: {
16
20
  script: "run.js"
@@ -23,63 +27,122 @@ var cmds = {
23
27
  },
24
28
  proxy: {
25
29
  script: "hub/ws-proxy.js"
30
+ },
31
+ create: {
32
+ script: "create.js"
26
33
  }
27
34
  };
28
35
  var cmd = (_cmds$args$ = cmds[args[0]]) !== null && _cmds$args$ !== void 0 ? _cmds$args$ : cmds["wao"];
36
+ var isCreate = args[0] === "create";
29
37
  if (cmds[args[0]]) args.shift();
30
38
  if (!cmd) {
31
39
  console.log("The wrong command");
32
40
  process.exit();
33
41
  }
34
- _pm["default"].connect(false, /*#__PURE__*/function () {
35
- var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(err) {
42
+ var create = /*#__PURE__*/function () {
43
+ var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
44
+ var _args$;
45
+ var appname, appdir, app, _yield$exec, error, stdout, stderr;
36
46
  return _regeneratorRuntime().wrap(function _callee$(_context) {
37
47
  while (1) switch (_context.prev = _context.next) {
38
48
  case 0:
39
- if (err) {
40
- console.error("Error connecting to PM2:", err);
41
- process.exit(2);
49
+ appname = (_args$ = args[0]) !== null && _args$ !== void 0 ? _args$ : "waoapp";
50
+ appdir = (0, _path.resolve)(process.cwd(), appname);
51
+ if (!(0, _fs.existsSync)(appdir)) {
52
+ _context.next = 4;
53
+ break;
42
54
  }
43
- _context.t0 = _pm["default"];
44
- _context.t1 = _path.resolve;
45
- _context.next = 5;
55
+ return _context.abrupt("return", console.error("appdir exists: ".concat(appdir)));
56
+ case 4:
57
+ _context.t0 = _path.resolve;
58
+ _context.next = 7;
46
59
  return (0, _utils.dirname)();
47
- case 5:
48
- _context.t2 = _context.sent;
49
- _context.t3 = cmd.script;
50
- _context.t4 = (0, _context.t1)(_context.t2, _context.t3);
51
- _context.t5 = args;
52
- _context.t6 = {
53
- script: _context.t4,
54
- nodeArgs: "--experimental-wasm-memory64",
55
- instances: 1,
56
- force: true,
57
- args: _context.t5,
58
- daemon: false,
59
- name: "wao"
60
- };
61
- _context.t7 = function (err) {
62
- if (err) {
63
- console.error("Error starting process:", err);
64
- _pm["default"].disconnect();
65
- process.exit(2);
66
- }
67
- };
68
- _context.t0.start.call(_context.t0, _context.t6, _context.t7);
69
- _pm["default"].streamLogs("all", 0, false);
60
+ case 7:
61
+ _context.t1 = _context.sent;
62
+ app = (0, _context.t0)(_context.t1, "workspace");
63
+ _context.prev = 9;
64
+ (0, _fs.cpSync)(app, appdir, {
65
+ recursive: true
66
+ });
67
+ _context.next = 13;
68
+ return exec("cd ".concat(appdir, " && yarn"));
70
69
  case 13:
70
+ _yield$exec = _context.sent;
71
+ error = _yield$exec.error;
72
+ stdout = _yield$exec.stdout;
73
+ stderr = _yield$exec.stderr;
74
+ if (error) {
75
+ console.error("something went wrong...");
76
+ } else {
77
+ console.log("".concat(appname, " successfully created!"));
78
+ }
79
+ _context.next = 23;
80
+ break;
81
+ case 20:
82
+ _context.prev = 20;
83
+ _context.t2 = _context["catch"](9);
84
+ console.error(_context.t2);
85
+ case 23:
71
86
  case "end":
72
87
  return _context.stop();
73
88
  }
74
- }, _callee);
89
+ }, _callee, null, [[9, 20]]);
75
90
  }));
76
- return function (_x) {
91
+ return function create() {
77
92
  return _ref.apply(this, arguments);
78
93
  };
79
- }());
80
- process.on("SIGINT", function () {
81
- _pm["default"]["delete"]("wao", function (err) {
82
- _pm["default"].disconnect();
83
- process.exit(err ? 1 : 0);
94
+ }();
95
+ if (isCreate) create();else {
96
+ _pm["default"].connect(false, /*#__PURE__*/function () {
97
+ var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(err) {
98
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
99
+ while (1) switch (_context2.prev = _context2.next) {
100
+ case 0:
101
+ if (err) {
102
+ console.error("Error connecting to PM2:", err);
103
+ process.exit(2);
104
+ }
105
+ _context2.t0 = _pm["default"];
106
+ _context2.t1 = _path.resolve;
107
+ _context2.next = 5;
108
+ return (0, _utils.dirname)();
109
+ case 5:
110
+ _context2.t2 = _context2.sent;
111
+ _context2.t3 = cmd.script;
112
+ _context2.t4 = (0, _context2.t1)(_context2.t2, _context2.t3);
113
+ _context2.t5 = args;
114
+ _context2.t6 = {
115
+ script: _context2.t4,
116
+ nodeArgs: "--experimental-wasm-memory64",
117
+ instances: 1,
118
+ force: true,
119
+ args: _context2.t5,
120
+ daemon: false,
121
+ name: "wao"
122
+ };
123
+ _context2.t7 = function (err) {
124
+ if (err) {
125
+ console.error("Error starting process:", err);
126
+ _pm["default"].disconnect();
127
+ process.exit(2);
128
+ }
129
+ };
130
+ _context2.t0.start.call(_context2.t0, _context2.t6, _context2.t7);
131
+ _pm["default"].streamLogs("all", 0, false);
132
+ case 13:
133
+ case "end":
134
+ return _context2.stop();
135
+ }
136
+ }, _callee2);
137
+ }));
138
+ return function (_x) {
139
+ return _ref2.apply(this, arguments);
140
+ };
141
+ }());
142
+ process.on("SIGINT", function () {
143
+ _pm["default"]["delete"]("wao", function (err) {
144
+ _pm["default"].disconnect();
145
+ process.exit(err ? 1 : 0);
146
+ });
84
147
  });
85
- });
148
+ }
package/cjs/create.js ADDED
@@ -0,0 +1,68 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+
4
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
5
+ var _nodeUtil = _interopRequireDefault(require("node:util"));
6
+ var _nodeChild_process = require("node:child_process");
7
+ var _fs = require("fs");
8
+ var _path = require("path");
9
+ var _utils = require("./utils.js");
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
12
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
13
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
14
+ var exec = _nodeUtil["default"].promisify(_nodeChild_process.exec);
15
+ var main = /*#__PURE__*/function () {
16
+ var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
17
+ var _process$argv$;
18
+ var appname, appdir, app, _yield$exec, error, stdout, stderr;
19
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
20
+ while (1) switch (_context.prev = _context.next) {
21
+ case 0:
22
+ appname = (_process$argv$ = process.argv[2]) !== null && _process$argv$ !== void 0 ? _process$argv$ : "waoapp";
23
+ appdir = (0, _path.resolve)(process.cwd(), appname);
24
+ if (!(0, _fs.existsSync)(appdir)) {
25
+ _context.next = 4;
26
+ break;
27
+ }
28
+ return _context.abrupt("return", console.error("appdir exists: ".concat(appdir)));
29
+ case 4:
30
+ _context.t0 = _path.resolve;
31
+ _context.next = 7;
32
+ return (0, _utils.dirname)();
33
+ case 7:
34
+ _context.t1 = _context.sent;
35
+ app = (0, _context.t0)(_context.t1, "workspace");
36
+ _context.prev = 9;
37
+ (0, _fs.cpSync)(app, appdir, {
38
+ recursive: true
39
+ });
40
+ _context.next = 13;
41
+ return exec("cd ".concat(appdir, " && yarn"));
42
+ case 13:
43
+ _yield$exec = _context.sent;
44
+ error = _yield$exec.error;
45
+ stdout = _yield$exec.stdout;
46
+ stderr = _yield$exec.stderr;
47
+ if (error) {
48
+ console.error("something went wrong...");
49
+ } else {
50
+ console.log("".concat(appname, " successfully created!"));
51
+ }
52
+ _context.next = 23;
53
+ break;
54
+ case 20:
55
+ _context.prev = 20;
56
+ _context.t2 = _context["catch"](9);
57
+ console.error(_context.t2);
58
+ case 23:
59
+ case "end":
60
+ return _context.stop();
61
+ }
62
+ }, _callee, null, [[9, 20]]);
63
+ }));
64
+ return function main() {
65
+ return _ref.apply(this, arguments);
66
+ };
67
+ }();
68
+ main();
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _wao = require("wao");
5
+ var _fs = require("fs");
6
+ var _path = require("path");
7
+ var _yargs = _interopRequireDefault(require("yargs"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
10
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
11
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
12
+ var lua = process.argv[2];
13
+ var _yargs$argv$wallet = (0, _yargs["default"])(process.argv.slice(2)).argv.wallet,
14
+ wallet = _yargs$argv$wallet === void 0 ? null : _yargs$argv$wallet;
15
+ var src_data = null;
16
+ try {
17
+ src_data = (0, _fs.readFileSync)((0, _path.resolve)(process.cwd(), lua), "utf-8");
18
+ } catch (e) {
19
+ console.log("lua script not found");
20
+ process.exit();
21
+ }
22
+ var jwk = null;
23
+ try {
24
+ jwk = JSON.parse((0, _fs.readFileSync)((0, _path.resolve)(process.cwd(), wallet), "utf-8"));
25
+ } catch (e) {
26
+ console.log("wallet not found");
27
+ process.exit();
28
+ }
29
+ var deploy = /*#__PURE__*/function () {
30
+ var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
31
+ var ao, _yield$ao$deploy, pid, p;
32
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
33
+ while (1) switch (_context.prev = _context.next) {
34
+ case 0:
35
+ _context.next = 2;
36
+ return new _wao.AO().init(jwk);
37
+ case 2:
38
+ ao = _context.sent;
39
+ _context.next = 5;
40
+ return ao.deploy({
41
+ src_data: src_data
42
+ });
43
+ case 5:
44
+ _yield$ao$deploy = _context.sent;
45
+ pid = _yield$ao$deploy.pid;
46
+ p = _yield$ao$deploy.p;
47
+ console.log("process deployed!", pid);
48
+
49
+ //console.log(await p.m("Inc", false))
50
+ //console.log(await p.d("Get", false))
51
+ case 9:
52
+ case "end":
53
+ return _context.stop();
54
+ }
55
+ }, _callee);
56
+ }));
57
+ return function deploy() {
58
+ return _ref.apply(this, arguments);
59
+ };
60
+ }();
61
+ deploy();
@@ -0,0 +1,103 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _assert = _interopRequireDefault(require("assert"));
5
+ var _nodeTest = require("node:test");
6
+ var _fs = require("fs");
7
+ var _path = require("path");
8
+ var _test = require("wao/test");
9
+ var _wao = require("wao");
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
12
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
13
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // in-memory test
14
+ // browser test
15
+
16
+ var src_data = (0, _fs.readFileSync)((0, _path.resolve)(import.meta.dirname, "../src/counter.lua"), "utf8");
17
+ (0, _nodeTest.describe)("WAO", function () {
18
+ // lightning-fast testing in memory
19
+ (0, _nodeTest.it)("should spawn a process and send messages in memory", /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
20
+ var ao, _yield$ao$deploy, p, pid;
21
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
22
+ while (1) switch (_context.prev = _context.next) {
23
+ case 0:
24
+ _context.next = 2;
25
+ return new _test.AO().init(_test.acc[0]);
26
+ case 2:
27
+ ao = _context.sent;
28
+ _context.next = 5;
29
+ return ao.deploy({
30
+ src_data: src_data,
31
+ scheduler: _test.acc[0].addr
32
+ });
33
+ case 5:
34
+ _yield$ao$deploy = _context.sent;
35
+ p = _yield$ao$deploy.p;
36
+ pid = _yield$ao$deploy.pid;
37
+ _context.t0 = _assert["default"];
38
+ _context.next = 11;
39
+ return p.m("Inc", false);
40
+ case 11:
41
+ _context.t1 = _context.sent;
42
+ _context.t0.equal.call(_context.t0, _context.t1, "Incremented!");
43
+ _context.t2 = _assert["default"];
44
+ _context.next = 16;
45
+ return p.d("Get", false);
46
+ case 16:
47
+ _context.t3 = _context.sent;
48
+ _context.t2.equal.call(_context.t2, _context.t3, "1");
49
+ case 18:
50
+ case "end":
51
+ return _context.stop();
52
+ }
53
+ }, _callee);
54
+ })));
55
+
56
+ // WAO Proxy must be running on your computer => "npx wao proxy"
57
+ (0, _nodeTest.it)("should spawn a process and send messages to the browser", /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
58
+ var ao, _yield$ao$postSchedul, res, id, _yield$ao$deploy2, p, pid;
59
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
60
+ while (1) switch (_context2.prev = _context2.next) {
61
+ case 0:
62
+ _context2.next = 2;
63
+ return new _wao.AO(7000).init(_test.acc[0]);
64
+ case 2:
65
+ ao = _context2.sent;
66
+ _context2.next = 5;
67
+ return ao.postScheduler({
68
+ url: "http://localhost:7003"
69
+ });
70
+ case 5:
71
+ _yield$ao$postSchedul = _context2.sent;
72
+ res = _yield$ao$postSchedul.res;
73
+ id = _yield$ao$postSchedul.id;
74
+ _context2.next = 10;
75
+ return ao.deploy({
76
+ src_data: src_data,
77
+ scheduler: _test.acc[0].addr,
78
+ // specify the scheduler locaster address
79
+ module: "WASM32-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g" // use wasm32 module
80
+ });
81
+ case 10:
82
+ _yield$ao$deploy2 = _context2.sent;
83
+ p = _yield$ao$deploy2.p;
84
+ pid = _yield$ao$deploy2.pid;
85
+ _context2.t0 = _assert["default"];
86
+ _context2.next = 16;
87
+ return p.m("Inc", false);
88
+ case 16:
89
+ _context2.t1 = _context2.sent;
90
+ _context2.t0.equal.call(_context2.t0, _context2.t1, "Incremented!");
91
+ _context2.t2 = _assert["default"];
92
+ _context2.next = 21;
93
+ return p.d("Get", false);
94
+ case 21:
95
+ _context2.t3 = _context2.sent;
96
+ _context2.t2.equal.call(_context2.t2, _context2.t3, "1");
97
+ case 23:
98
+ case "end":
99
+ return _context2.stop();
100
+ }
101
+ }, _callee2);
102
+ })));
103
+ });
package/esm/cli.js CHANGED
@@ -3,15 +3,21 @@ import pm2 from "pm2"
3
3
  import { dirname } from "./utils.js"
4
4
  import { resolve } from "path"
5
5
  const args = process.argv.slice(2)
6
+ import util from "node:util"
7
+ import { exec as _exec } from "node:child_process"
8
+ const exec = util.promisify(_exec)
9
+ import { cpSync, existsSync } from "fs"
6
10
 
7
11
  const cmds = {
8
12
  wao: { script: "run.js" },
9
13
  hub: { script: "hub/index.js" },
10
14
  fs: { script: "hub/fs.js" },
11
15
  proxy: { script: "hub/ws-proxy.js" },
16
+ create: { script: "create.js" },
12
17
  }
13
18
 
14
19
  const cmd = cmds[args[0]] ?? cmds["wao"]
20
+ const isCreate = args[0] === "create"
15
21
  if (cmds[args[0]]) args.shift()
16
22
 
17
23
  if (!cmd) {
@@ -19,36 +25,57 @@ if (!cmd) {
19
25
  process.exit()
20
26
  }
21
27
 
22
- pm2.connect(false, async err => {
23
- if (err) {
24
- console.error("Error connecting to PM2:", err)
25
- process.exit(2)
28
+ const create = async () => {
29
+ const appname = args[0] ?? "waoapp"
30
+ const appdir = resolve(process.cwd(), appname)
31
+ if (existsSync(appdir)) return console.error(`appdir exists: ${appdir}`)
32
+ const app = resolve(await dirname(), "workspace")
33
+ try {
34
+ cpSync(app, appdir, { recursive: true })
35
+ const { error, stdout, stderr } = await exec(`cd ${appdir} && yarn`)
36
+ if (error) {
37
+ console.error(`something went wrong...`)
38
+ } else {
39
+ console.log(`${appname} successfully created!`)
40
+ }
41
+ } catch (e) {
42
+ console.error(e)
26
43
  }
44
+ }
27
45
 
28
- pm2.start(
29
- {
30
- script: resolve(await dirname(), cmd.script),
31
- nodeArgs: "--experimental-wasm-memory64",
32
- instances: 1,
33
- force: true,
34
- args: args,
35
- daemon: false,
36
- name: "wao",
37
- },
38
- err => {
39
- if (err) {
40
- console.error("Error starting process:", err)
41
- pm2.disconnect()
42
- process.exit(2)
43
- }
46
+ if (isCreate) create()
47
+ else {
48
+ pm2.connect(false, async err => {
49
+ if (err) {
50
+ console.error("Error connecting to PM2:", err)
51
+ process.exit(2)
44
52
  }
45
- )
46
- pm2.streamLogs("all", 0, false)
47
- })
48
53
 
49
- process.on("SIGINT", () => {
50
- pm2.delete("wao", err => {
51
- pm2.disconnect()
52
- process.exit(err ? 1 : 0)
54
+ pm2.start(
55
+ {
56
+ script: resolve(await dirname(), cmd.script),
57
+ nodeArgs: "--experimental-wasm-memory64",
58
+ instances: 1,
59
+ force: true,
60
+ args: args,
61
+ daemon: false,
62
+ name: "wao",
63
+ },
64
+ err => {
65
+ if (err) {
66
+ console.error("Error starting process:", err)
67
+ pm2.disconnect()
68
+ process.exit(2)
69
+ }
70
+ }
71
+ )
72
+ pm2.streamLogs("all", 0, false)
53
73
  })
54
- })
74
+
75
+ process.on("SIGINT", () => {
76
+ pm2.delete("wao", err => {
77
+ pm2.disconnect()
78
+ process.exit(err ? 1 : 0)
79
+ })
80
+ })
81
+ }
package/esm/create.js ADDED
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env node
2
+ import util from "node:util"
3
+ import { exec as _exec } from "node:child_process"
4
+ const exec = util.promisify(_exec)
5
+ import { cpSync, existsSync } from "fs"
6
+ import { resolve } from "path"
7
+ import { dirname } from "./utils.js"
8
+
9
+ const main = async () => {
10
+ const appname = process.argv[2] ?? "waoapp"
11
+ const appdir = resolve(process.cwd(), appname)
12
+ if (existsSync(appdir)) return console.error(`appdir exists: ${appdir}`)
13
+ const app = resolve(await dirname(), "workspace")
14
+ try {
15
+ cpSync(app, appdir, { recursive: true })
16
+ const { error, stdout, stderr } = await exec(`cd ${appdir} && yarn`)
17
+ if (error) {
18
+ console.error(`something went wrong...`)
19
+ } else {
20
+ console.log(`${appname} successfully created!`)
21
+ }
22
+ } catch (e) {
23
+ console.error(e)
24
+ }
25
+ }
26
+
27
+ main()
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "wao-workspace",
3
+ "version": "0.0.1",
4
+ "type": "module",
5
+ "scripts": {
6
+ "test": "node --experimental-wasm-memory64",
7
+ "test-only": "node --experimental-wasm-memory64 --test-only",
8
+ "deploy": "node scripts/deploy.js"
9
+ },
10
+ "dependencies": {
11
+ "wao": "^0.19.2"
12
+ }
13
+ }
@@ -0,0 +1,35 @@
1
+ import { AO } from "wao"
2
+ const lua = process.argv[2]
3
+
4
+ import { readFileSync } from "fs"
5
+ import { resolve } from "path"
6
+ import yargs from "yargs"
7
+
8
+ let { wallet = null } = yargs(process.argv.slice(2)).argv
9
+
10
+ let src_data = null
11
+ try {
12
+ src_data = readFileSync(resolve(process.cwd(), lua), "utf-8")
13
+ } catch (e) {
14
+ console.log("lua script not found")
15
+ process.exit()
16
+ }
17
+
18
+ let jwk = null
19
+ try {
20
+ jwk = JSON.parse(readFileSync(resolve(process.cwd(), wallet), "utf-8"))
21
+ } catch (e) {
22
+ console.log("wallet not found")
23
+ process.exit()
24
+ }
25
+
26
+ const deploy = async () => {
27
+ const ao = await new AO().init(jwk)
28
+ const { pid, p } = await ao.deploy({ src_data })
29
+ console.log("process deployed!", pid)
30
+
31
+ //console.log(await p.m("Inc", false))
32
+ //console.log(await p.d("Get", false))
33
+ }
34
+
35
+ deploy()
@@ -0,0 +1,10 @@
1
+ local count = 0
2
+
3
+ Handlers.add("Inc", "Inc", function (msg)
4
+ count = count + 1
5
+ msg.reply({ Data = "Incremented!" })
6
+ end)
7
+
8
+ Handlers.add("Get", "Get", function (msg)
9
+ msg.reply({ Data = tostring(count) })
10
+ end)
@@ -0,0 +1,41 @@
1
+ import assert from "assert"
2
+ import { describe, it } from "node:test"
3
+ import { readFileSync } from "fs"
4
+ import { resolve } from "path"
5
+
6
+ import { AO, acc } from "wao/test" // in-memory test
7
+ import { AO as WAO } from "wao" // browser test
8
+
9
+ const src_data = readFileSync(
10
+ resolve(import.meta.dirname, "../src/counter.lua"),
11
+ "utf8"
12
+ )
13
+
14
+ describe("WAO", function () {
15
+ // lightning-fast testing in memory
16
+ it("should spawn a process and send messages in memory", async () => {
17
+ const ao = await new AO().init(acc[0])
18
+ const { p, pid } = await ao.deploy({ src_data, scheduler: acc[0].addr })
19
+
20
+ assert.equal(await p.m("Inc", false), "Incremented!")
21
+ assert.equal(await p.d("Get", false), "1")
22
+ })
23
+
24
+ // WAO Proxy must be running on your computer => "npx wao proxy"
25
+ it("should spawn a process and send messages to the browser", async () => {
26
+ // connect with 7000 - 7004 ports
27
+ const ao = await new WAO(7000).init(acc[0])
28
+
29
+ // post Scheduler-Location (acc[0])
30
+ const { res, id } = await ao.postScheduler({ url: "http://localhost:7003" })
31
+
32
+ const { p, pid } = await ao.deploy({
33
+ src_data,
34
+ scheduler: acc[0].addr, // specify the scheduler locaster address
35
+ module: "WASM32-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g", // use wasm32 module
36
+ })
37
+
38
+ assert.equal(await p.m("Inc", false), "Incremented!")
39
+ assert.equal(await p.d("Get", false), "1")
40
+ })
41
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.19.2",
3
+ "version": "0.19.4",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"