wao 0.15.1 → 0.15.3

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/armem-base.js CHANGED
@@ -211,17 +211,14 @@ var ArMemBase = exports["default"] = /*#__PURE__*/function () {
211
211
  this.modmap = {};
212
212
  this.msgs = {};
213
213
  this.wasms = {
214
+ "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": {
215
+ file: "aos2_0_3"
216
+ },
214
217
  "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM": {
215
218
  file: "aos2_0_1"
216
219
  },
217
- cNlipBptaF9JeFAf4wUmpi43EojNanIBos3EfNrEOWo: {
218
- file: "aos1"
219
- },
220
220
  ghSkge2sIUD_F00ym5sEimC63BDBuBrq4b5OcwxOjiw: {
221
221
  file: "sqlite"
222
- },
223
- "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": {
224
- file: "aos_2_0_3"
225
222
  }
226
223
  };
227
224
  for (var k in this.wasms) {
package/cjs/armem-web.js CHANGED
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports["default"] = void 0;
8
- var _aos = _interopRequireDefault(require("./lua/aos1.js"));
9
8
  var _sqlite = _interopRequireDefault(require("./lua/sqlite.js"));
10
9
  var _aos2_0_ = _interopRequireDefault(require("./lua/aos2_0_3.js"));
11
10
  var _aos2_0_2 = _interopRequireDefault(require("./lua/aos2_0_1.js"));
@@ -34,7 +33,7 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
34
33
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
35
34
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
36
35
  var wasm = {
37
- aos1: _aos["default"],
36
+ aos1: aos1,
38
37
  sqlite: _sqlite["default"],
39
38
  aos2_0_3: _aos2_0_["default"],
40
39
  aos2_0_1: _aos2_0_2["default"]
package/esm/armem-base.js CHANGED
@@ -100,10 +100,9 @@ export default class ArMemBase {
100
100
  this.msgs = {}
101
101
 
102
102
  this.wasms = {
103
+ "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": { file: "aos2_0_3" },
103
104
  "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM": { file: "aos2_0_1" },
104
- cNlipBptaF9JeFAf4wUmpi43EojNanIBos3EfNrEOWo: { file: "aos1" },
105
105
  ghSkge2sIUD_F00ym5sEimC63BDBuBrq4b5OcwxOjiw: { file: "sqlite" },
106
- "JArYBF-D8q2OmZ4Mok00sD2Y_6SYEQ7Hjx-6VZ_jl3g": { file: "aos_2_0_3" },
107
106
  }
108
107
  for (const k in this.wasms) {
109
108
  this.wasms[k].format ??= "wasm64-unknown-emscripten-draft_2024_02_15"
package/esm/armem-web.js CHANGED
@@ -1,4 +1,3 @@
1
- import aos1 from "./lua/aos1.js"
2
1
  import sqlite from "./lua/sqlite.js"
3
2
  import aos2_0_3 from "./lua/aos2_0_3.js"
4
3
  import aos2_0_1 from "./lua/aos2_0_1.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.15.1",
3
+ "version": "0.15.3",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"