@qntx/nostr 0.0.1 → 0.1.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0wasm-url:/
|
|
1
|
+
//#region \0wasm-url:/home/runner/work/nostr.js/nostr.js/src/wasm/nostr_crypto_wasm_bg.wasm
|
|
2
2
|
var nostr_crypto_wasm_bg_default = new URL("nostr_crypto_wasm_bg.wasm", import.meta.url).href;
|
|
3
3
|
//#endregion
|
|
4
4
|
export { nostr_crypto_wasm_bg_default as default };
|
|
Binary file
|
package/dist/wasm.mjs
CHANGED
|
@@ -163,7 +163,7 @@ function isWasmBytes(value) {
|
|
|
163
163
|
return value instanceof ArrayBuffer || ArrayBuffer.isView(value);
|
|
164
164
|
}
|
|
165
165
|
async function defaultWasmHref() {
|
|
166
|
-
return (await import("./nostr_crypto_wasm_bg-
|
|
166
|
+
return (await import("./nostr_crypto_wasm_bg-Czrdty7Q.mjs")).default;
|
|
167
167
|
}
|
|
168
168
|
async function readWasmUrl(url) {
|
|
169
169
|
if (isNode() && url.protocol === "file:") {
|