@subwallet/web-runner 1.1.54-0 → 1.1.56-0
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/1bf4fdce9fbce91bbe77.module.wasm +0 -0
- package/201-78941633235d13cd2ed6.js +1 -0
- package/265-2e4c815e5ae78be0eaa6.js +1 -0
- package/307-38f59dab88251c3939ce.js +1 -0
- package/566175618152a03f69ea.module.wasm +0 -0
- package/659-afbe9072c58972dfc2b7.js +1 -0
- package/832-2621598dd9b0420fb94b.js +1 -0
- package/911-993e47f89b691c0e0c08.js +1 -0
- package/98fbf7a34bbad0222a67.module.wasm +0 -0
- package/998-a5495f9021502217f220.js +1 -0
- package/f61b28262cc48d9463b9.module.wasm +0 -0
- package/{fallback-9c912c3ba3e1bf2f7289.js → fallback-6fe381d0214a6d4624d2.js} +1 -1
- package/index.html +1 -1
- package/locales/default/translation.json +3 -1
- package/locales/en/translation.json +78 -38
- package/locales/ja/translation.json +78 -38
- package/locales/ru/translation.json +78 -38
- package/locales/vi/translation.json +78 -38
- package/locales/zh/translation.json +78 -38
- package/package.json +8 -8
- package/web-runner-168dd49d2a5ede213c49.js +2 -0
- package/{web-runner-38b63a226a3845243a98.js.LICENSE.txt → web-runner-168dd49d2a5ede213c49.js.LICENSE.txt} +11 -14
- package/web-runner.zip +0 -0
- package/web-runner-38b63a226a3845243a98.js +0 -2
|
@@ -34,12 +34,23 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
34
34
|
PERFORMANCE OF THIS SOFTWARE.
|
|
35
35
|
***************************************************************************** */
|
|
36
36
|
|
|
37
|
+
/*! Bundled license information:
|
|
38
|
+
|
|
39
|
+
@trpc/client/dist/httpUtils-b9d0cb48.mjs:
|
|
40
|
+
(* istanbul ignore if -- @preserve *)
|
|
41
|
+
|
|
42
|
+
@trpc/client/dist/links/wsLink.mjs:
|
|
43
|
+
(* istanbul ignore next -- @preserve *)
|
|
44
|
+
*/
|
|
45
|
+
|
|
37
46
|
/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
|
|
38
47
|
|
|
39
48
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
40
49
|
|
|
41
50
|
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
42
51
|
|
|
52
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
53
|
+
|
|
43
54
|
/*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
|
|
44
55
|
|
|
45
56
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -54,17 +65,3 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
54
65
|
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
55
66
|
* @license MIT
|
|
56
67
|
*/
|
|
57
|
-
|
|
58
|
-
//!
|
|
59
|
-
|
|
60
|
-
//! Exports a function that provides bindings for the Wasi interface.
|
|
61
|
-
|
|
62
|
-
//! Exports a function that provides bindings for the bindings found in the Rust part of the code.
|
|
63
|
-
|
|
64
|
-
//! In order to use this code, call the function passing an object, then fill the `instance` field
|
|
65
|
-
|
|
66
|
-
//! See <https://wasi.dev/>.
|
|
67
|
-
|
|
68
|
-
//! These bindings can then be used by the Wasm virtual machine to invoke Wasi-related functions.
|
|
69
|
-
|
|
70
|
-
//! of that object with the Wasm instance.
|
package/web-runner.zip
CHANGED
|
Binary file
|