beginning to decompose cryptofill to allow dynamic import
This commit is contained in:
parent
c146c584f6
commit
9e919eddb5
5 changed files with 6 additions and 3704 deletions
|
@ -46,7 +46,8 @@ async function checkCrypto() {
|
|||
return true;
|
||||
} catch (err) {
|
||||
try {
|
||||
require('./cryptofill');
|
||||
window.asmCrypto = await import('asmcrypto.js');
|
||||
await import('./cryptofill');
|
||||
return true;
|
||||
} catch (e) {
|
||||
return false;
|
||||
|
|
3695
app/cryptofill.js
3695
app/cryptofill.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue