chore: upgrade wasm lib
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
import { debugLog, setLogging } from "./debug";
|
||||
import { EventMetadata, NostrEvent, OkResponse, ReqCommand, WorkerMessage, WorkerMessageCommand, unixNowMs } from "./types";
|
||||
import {
|
||||
EventMetadata,
|
||||
NostrEvent,
|
||||
OkResponse,
|
||||
ReqCommand,
|
||||
WorkerMessage,
|
||||
WorkerMessageCommand,
|
||||
unixNowMs,
|
||||
} from "./types";
|
||||
import { v4 as uuid } from "uuid";
|
||||
|
||||
export interface InitAargs {
|
||||
@ -118,7 +126,7 @@ export class WorkerRelayInterface {
|
||||
reject(cmdReply.args.error);
|
||||
return;
|
||||
}
|
||||
debugLog("interface", `${cmd} took ${(unixNowMs() - start).toFixed(1)}ms`, args);
|
||||
//debugLog("interface", `${cmd} took ${(unixNowMs() - start).toFixed(1)}ms`, args);
|
||||
resolve(cmdReply.args);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user