@mtcute/wasm
Advanced tools
Comparing version 0.7.0 to 0.7.2
@@ -5,3 +5,4 @@ /* eslint-disable no-restricted-imports */ | ||
// @only-if-esm | ||
const __dirname = new URL('.', import.meta.url).pathname; | ||
const url = await import('url'); | ||
const __dirname = url.fileURLToPath(new URL('.', import.meta.url)); | ||
// @/only-if-esm | ||
@@ -8,0 +9,0 @@ export async function loadWasmBinary(input) { |
{ | ||
"name": "@mtcute/wasm", | ||
"version": "0.7.0", | ||
"version": "0.7.2", | ||
"description": "WASM implementation of common algorithms used in Telegram", | ||
@@ -5,0 +5,0 @@ "author": "Alina Sireneva <alina@tei.su>", |
Sorry, the diff of this file is not supported yet
114926
745