@biscuit-auth/biscuit-wasm-support
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -14,5 +14,2 @@ /* tslint:disable */ | ||
/** | ||
*/ | ||
export function run_app(): void; | ||
/** | ||
* @param {any} query | ||
@@ -22,2 +19,5 @@ * @returns {any} | ||
export function parse_token(query: any): any; | ||
/** | ||
*/ | ||
export function run_app(): void; | ||
@@ -30,4 +30,4 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module; | ||
readonly generate_token: (a: number, b: number) => void; | ||
readonly parse_token: (a: number) => number; | ||
readonly run_app: () => void; | ||
readonly parse_token: (a: number) => number; | ||
readonly __wbindgen_malloc: (a: number) => number; | ||
@@ -34,0 +34,0 @@ readonly __wbindgen_realloc: (a: number, b: number, c: number) => number; |
@@ -152,8 +152,2 @@ import * as __wbg_star0 from './snippets/biscuit-auth-b773cd24c9a9b143/inline0.js'; | ||
/** | ||
*/ | ||
export function run_app() { | ||
wasm.run_app(); | ||
} | ||
/** | ||
* @param {any} query | ||
@@ -171,2 +165,8 @@ * @returns {any} | ||
/** | ||
*/ | ||
export function run_app() { | ||
wasm.run_app(); | ||
} | ||
async function load(module, imports) { | ||
@@ -221,3 +221,3 @@ if (typeof Response === 'function' && module instanceof Response) { | ||
}; | ||
imports.wbg.__wbg_log_f0aadcf7e68e0ded = function(arg0, arg1) { | ||
imports.wbg.__wbg_log_c38f9739bcccf94e = function(arg0, arg1) { | ||
console.log(getStringFromWasm0(arg0, arg1)); | ||
@@ -224,0 +224,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "homepage": "https://github.com/biscuit-auth/biscuit-component-wasm", |
Sorry, the diff of this file is not supported yet
1096457