@wgb5445/aptos-intent-npm 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -264,6 +264,8 @@ export type SyncInitInput = BufferSource | WebAssembly.Module;
264
264
  */
265
265
  export function initSync(module: { module: SyncInitInput } | SyncInitInput): InitOutput;
266
266
 
267
+ export function create_wasm(): Promise<WebAssembly.Module>;
268
+
267
269
  /**
268
270
  * If `module_or_path` is {RequestInfo} or {URL}, makes a request and
269
271
  * for everything else, calls `WebAssembly.instantiate` directly.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Aptos Labs <opensource@aptoslabs.com>"
5
5
  ],
6
6
  "description": "Generating Move Script from intent",
7
- "version": "0.1.5",
7
+ "version": "0.1.6",
8
8
  "type": "module",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {