Skip to content

Commit

Permalink
stop using cdn (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashigaoka committed Jun 3, 2021
1 parent 6333032 commit 7d62ec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaneuraou.wasm",
"version": "0.1.0",
"version": "0.1.1",
"description": "WebAssembly port of the strong shogi engine YaneuraOu",
"keywords": ["shogi","emscripten", "webassembly"],
"author": "Yuta Okumura",
Expand Down
4 changes: 0 additions & 4 deletions source/pre.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@
};
poll();
};

Module["locateFile"] = function (path) {
return "https://unpkg.com/yaneuraou.wasm/" + path;
};
})();

0 comments on commit 7d62ec8

Please sign in to comment.