update wasm binary loading

This commit is contained in:
realaravinth 2021-07-07 00:48:04 +05:30
parent bfebca6e0e
commit 40801575b2
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ fn cache_bust() {
// mime::TEXT_CSS,
// ];
let no_hash = vec!["bundle/6b88f6ccf97567b46745.module.wasm"];
let no_hash = vec!["bundle/f3c927fe82899094538e.module.wasm"];
let config = BusterBuilder::default()
.source("./static/cache")

View file

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