beam-wasm-client 6.2.12510 → 6.2.12511

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beam-wasm-client",
3
- "version": "6.2.12510",
3
+ "version": "6.2.12511",
4
4
  "description": "WASM version of BEAM wallet client for 'mainnet'",
5
5
  "repository": {
6
6
  "type": "git",
package/wasm-client.js CHANGED
@@ -2166,21 +2166,21 @@ var tempDouble;
2166
2166
  var tempI64;
2167
2167
 
2168
2168
  var ASM_CONSTS = {
2169
- 739328: function() {
2169
+ 739296: function() {
2170
2170
  console.log("headless wallet created!");
2171
2171
  },
2172
- 739369: function($0) {
2172
+ 739337: function($0) {
2173
2173
  throw new Error("Exception: " + Module.UTF8ToString($0));
2174
2174
  },
2175
- 739431: function() {
2175
+ 739399: function() {
2176
2176
  FS.syncfs(false, function() {
2177
2177
  console.log("wallet created!");
2178
2178
  });
2179
2179
  },
2180
- 739497: function() {
2180
+ 739465: function() {
2181
2181
  throw new Error("File system should be mounted!");
2182
2182
  },
2183
- 739548: function($0, $1) {
2183
+ 739516: function($0, $1) {
2184
2184
  FS.mkdir("/beam_wallet");
2185
2185
  FS.mount(IDBFS, {}, "/beam_wallet");
2186
2186
  console.log("mounting...");
@@ -2192,7 +2192,7 @@ var ASM_CONSTS = {
2192
2192
  }
2193
2193
  });
2194
2194
  },
2195
- 739766: function() {
2195
+ 739734: function() {
2196
2196
  FS.syncfs(false, function() {});
2197
2197
  }
2198
2198
  };
@@ -11044,9 +11044,9 @@ var dynCall_iiiiijj = Module["dynCall_iiiiijj"] = createExportWrapper("dynCall_i
11044
11044
 
11045
11045
  var dynCall_iiiiiijj = Module["dynCall_iiiiiijj"] = createExportWrapper("dynCall_iiiiiijj");
11046
11046
 
11047
- var __emscripten_allow_main_runtime_queued_calls = Module["__emscripten_allow_main_runtime_queued_calls"] = 738848;
11047
+ var __emscripten_allow_main_runtime_queued_calls = Module["__emscripten_allow_main_runtime_queued_calls"] = 738816;
11048
11048
 
11049
- var __emscripten_main_thread_futex = Module["__emscripten_main_thread_futex"] = 2241264;
11049
+ var __emscripten_main_thread_futex = Module["__emscripten_main_thread_futex"] = 2241200;
11050
11050
 
11051
11051
  function invoke_iii(index, a1, a2) {
11052
11052
  var sp = stackSave();
package/wasm-client.wasm CHANGED
Binary file