Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeApe committed Jul 23, 2024
1 parent b8c1c8d commit 6c33c0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.vscode
.idea
ecdict.wasm
Binary file removed ecdict.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare global {
}
}


//wasm binary file from https://github.com/mojocn/wasmecdict/releases/download/v1.0.1/ecdict.wasm
async function loadWasm(wasmUrl: string = "https://xxx.xxx.ame/ecdict.wasm") {
try {
if ("lookUp" in window && typeof window.lookUp === "function") {
Expand Down

0 comments on commit 6c33c0d

Please sign in to comment.