@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.
|