ffi-bindings 1.0.1 → 1.0.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/package.json +15 -2
- package/src/generated-compat/matrix_sdk.js +346 -288
- package/src/generated-compat/matrix_sdk_base.js +18 -15
- package/src/generated-compat/matrix_sdk_common.js +230 -22
- package/src/generated-compat/matrix_sdk_crypto.js +483 -63
- package/src/generated-compat/matrix_sdk_ffi.js +2681 -2320
- package/src/generated-compat/matrix_sdk_ui.js +547 -15
- package/src/generated-compat/wasm-bindgen/index.d.js +66 -0
- package/src/generated-compat/wasm-bindgen/index.d.ts +5455 -0
- package/src/generated-compat/wasm-bindgen/index.js +9309 -8376
- package/src/generated-compat/wasm-bindgen/index_bg.wasm +0 -0
- package/src/generated-compat/wasm-bindgen/index_bg.wasm.d.ts +2840 -0
- package/src/index.web.js +41 -18
- package/src/index.web.js.bak +63 -0
package/src/index.web.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
|
|
2
|
+
function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); }
|
|
3
|
+
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); }
|
|
4
|
+
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); }); }; }
|
|
1
5
|
// Generated by uniffi-bindgen-react-native
|
|
2
6
|
// Export the generated bindings to the app.
|
|
3
7
|
export * from './generated-compat/matrix_sdk';
|
|
@@ -6,6 +10,7 @@ export * from './generated-compat/matrix_sdk_common';
|
|
|
6
10
|
export * from './generated-compat/matrix_sdk_crypto';
|
|
7
11
|
export * from './generated-compat/matrix_sdk_ffi';
|
|
8
12
|
export * from './generated-compat/matrix_sdk_ui';
|
|
13
|
+
|
|
9
14
|
// Now import the bindings so we can:
|
|
10
15
|
// - intialize them
|
|
11
16
|
// - export them as namespaced objects as the default export.
|
|
@@ -16,25 +21,43 @@ import * as matrix_sdk_crypto from './generated-compat/matrix_sdk_crypto';
|
|
|
16
21
|
import * as matrix_sdk_ffi from './generated-compat/matrix_sdk_ffi';
|
|
17
22
|
import * as matrix_sdk_ui from './generated-compat/matrix_sdk_ui';
|
|
18
23
|
import initAsync from './generated-compat/wasm-bindgen/index.js';
|
|
19
|
-
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
// Initialize the generated bindings: mostly checksums, but also callbacks.
|
|
23
|
-
// - the boolean flag ensures this loads exactly once, even if the JS code
|
|
24
|
-
// is reloaded (e.g. during development with metro).
|
|
25
|
-
matrix_sdk.default.initialize();
|
|
26
|
-
matrix_sdk_base.default.initialize();
|
|
27
|
-
matrix_sdk_common.default.initialize();
|
|
28
|
-
matrix_sdk_crypto.default.initialize();
|
|
29
|
-
matrix_sdk_ffi.default.initialize();
|
|
30
|
-
matrix_sdk_ui.default.initialize();
|
|
24
|
+
import wasmPath from "./generated-compat/wasm-bindgen/index_bg";
|
|
25
|
+
export function uniffiInitAsync() {
|
|
26
|
+
return _uniffiInitAsync.apply(this, arguments);
|
|
31
27
|
}
|
|
28
|
+
|
|
32
29
|
// Export the crates as individually namespaced objects.
|
|
30
|
+
function _uniffiInitAsync() {
|
|
31
|
+
_uniffiInitAsync = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() {
|
|
32
|
+
return _regenerator().w(function (_context) {
|
|
33
|
+
while (1) switch (_context.n) {
|
|
34
|
+
case 0:
|
|
35
|
+
_context.n = 1;
|
|
36
|
+
return initAsync({
|
|
37
|
+
module_or_path: wasmPath
|
|
38
|
+
});
|
|
39
|
+
case 1:
|
|
40
|
+
// Initialize the generated bindings: mostly checksums, but also callbacks.
|
|
41
|
+
// - the boolean flag ensures this loads exactly once, even if the JS code
|
|
42
|
+
// is reloaded (e.g. during development with metro).
|
|
43
|
+
matrix_sdk["default"].initialize();
|
|
44
|
+
matrix_sdk_base["default"].initialize();
|
|
45
|
+
matrix_sdk_common["default"].initialize();
|
|
46
|
+
matrix_sdk_crypto["default"].initialize();
|
|
47
|
+
matrix_sdk_ffi["default"].initialize();
|
|
48
|
+
matrix_sdk_ui["default"].initialize();
|
|
49
|
+
case 2:
|
|
50
|
+
return _context.a(2);
|
|
51
|
+
}
|
|
52
|
+
}, _callee);
|
|
53
|
+
}));
|
|
54
|
+
return _uniffiInitAsync.apply(this, arguments);
|
|
55
|
+
}
|
|
33
56
|
export default {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
57
|
+
matrix_sdk: matrix_sdk,
|
|
58
|
+
matrix_sdk_base: matrix_sdk_base,
|
|
59
|
+
matrix_sdk_common: matrix_sdk_common,
|
|
60
|
+
matrix_sdk_crypto: matrix_sdk_crypto,
|
|
61
|
+
matrix_sdk_ffi: matrix_sdk_ffi,
|
|
62
|
+
matrix_sdk_ui: matrix_sdk_ui
|
|
40
63
|
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
|
|
2
|
+
function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); }
|
|
3
|
+
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); }
|
|
4
|
+
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); }); }; }
|
|
5
|
+
// Generated by uniffi-bindgen-react-native
|
|
6
|
+
// Export the generated bindings to the app.
|
|
7
|
+
export * from './generated/matrix_sdk';
|
|
8
|
+
export * from './generated/matrix_sdk_base';
|
|
9
|
+
export * from './generated/matrix_sdk_common';
|
|
10
|
+
export * from './generated/matrix_sdk_crypto';
|
|
11
|
+
export * from './generated/matrix_sdk_ffi';
|
|
12
|
+
export * from './generated/matrix_sdk_ui';
|
|
13
|
+
|
|
14
|
+
// Now import the bindings so we can:
|
|
15
|
+
// - intialize them
|
|
16
|
+
// - export them as namespaced objects as the default export.
|
|
17
|
+
import * as matrix_sdk from './generated/matrix_sdk';
|
|
18
|
+
import * as matrix_sdk_base from './generated/matrix_sdk_base';
|
|
19
|
+
import * as matrix_sdk_common from './generated/matrix_sdk_common';
|
|
20
|
+
import * as matrix_sdk_crypto from './generated/matrix_sdk_crypto';
|
|
21
|
+
import * as matrix_sdk_ffi from './generated/matrix_sdk_ffi';
|
|
22
|
+
import * as matrix_sdk_ui from './generated/matrix_sdk_ui';
|
|
23
|
+
import initAsync from './generated/wasm-bindgen/index.js';
|
|
24
|
+
import wasmPath from "./generated/wasm-bindgen/index_bg.wasm";
|
|
25
|
+
export function uniffiInitAsync() {
|
|
26
|
+
return _uniffiInitAsync.apply(this, arguments);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// Export the crates as individually namespaced objects.
|
|
30
|
+
function _uniffiInitAsync() {
|
|
31
|
+
_uniffiInitAsync = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() {
|
|
32
|
+
return _regenerator().w(function (_context) {
|
|
33
|
+
while (1) switch (_context.n) {
|
|
34
|
+
case 0:
|
|
35
|
+
_context.n = 1;
|
|
36
|
+
return initAsync({
|
|
37
|
+
module_or_path: wasmPath
|
|
38
|
+
});
|
|
39
|
+
case 1:
|
|
40
|
+
// Initialize the generated bindings: mostly checksums, but also callbacks.
|
|
41
|
+
// - the boolean flag ensures this loads exactly once, even if the JS code
|
|
42
|
+
// is reloaded (e.g. during development with metro).
|
|
43
|
+
matrix_sdk["default"].initialize();
|
|
44
|
+
matrix_sdk_base["default"].initialize();
|
|
45
|
+
matrix_sdk_common["default"].initialize();
|
|
46
|
+
matrix_sdk_crypto["default"].initialize();
|
|
47
|
+
matrix_sdk_ffi["default"].initialize();
|
|
48
|
+
matrix_sdk_ui["default"].initialize();
|
|
49
|
+
case 2:
|
|
50
|
+
return _context.a(2);
|
|
51
|
+
}
|
|
52
|
+
}, _callee);
|
|
53
|
+
}));
|
|
54
|
+
return _uniffiInitAsync.apply(this, arguments);
|
|
55
|
+
}
|
|
56
|
+
export default {
|
|
57
|
+
matrix_sdk: matrix_sdk,
|
|
58
|
+
matrix_sdk_base: matrix_sdk_base,
|
|
59
|
+
matrix_sdk_common: matrix_sdk_common,
|
|
60
|
+
matrix_sdk_crypto: matrix_sdk_crypto,
|
|
61
|
+
matrix_sdk_ffi: matrix_sdk_ffi,
|
|
62
|
+
matrix_sdk_ui: matrix_sdk_ui
|
|
63
|
+
};
|