@subwallet/web-runner 0.4.2-2 → 0.4.4-0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
9
+
10
+ //!
11
+
12
+ //! Exports a function that provides bindings for the Wasi interface.
13
+
14
+ //! Exports a function that provides bindings for the bindings found in the Rust part of the code.
15
+
16
+ //! In order to use this code, call the function passing an object, then fill the `instance` field
17
+
18
+ //! See <https://wasi.dev/>.
19
+
20
+ //! These bindings can then be used by the Wasm virtual machine to invoke Wasi-related functions.
21
+
22
+ //! of that object with the Wasm instance.