move pow wasm lib out to a separate repo

This commit is contained in:
realaravinth
2021-12-01 21:18:30 +05:30
parent 41b99c1019
commit ab77eed91c
25 changed files with 33 additions and 8075 deletions

View File

@@ -15,7 +15,7 @@ import sendWork from "./sendWork";
import sendToParent from "./sendToParent";
import * as CONST from "./const";
import "../main.scss";
import "./main.scss";
let LOCK = false;

View File

@@ -9,7 +9,7 @@
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
*/
import { gen_pow } from "mcaptcha-browser";
import { gen_pow } from "@mcaptcha/pow-wasm";
import { PoWConfig } from "./fetchPoWConfig";
import * as CONST from "./const";