Skip to content

Commit 85bf233

Browse files
committed
disabled JSI by default
1 parent 6a7ac2b commit 85bf233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default class OpenPGP {
155155
/**
156156
* for now we recommend use this in false because is sync
157157
*/
158-
static useJSI = true;
158+
static useJSI = false;
159159

160160
private static loaded = false;
161161
private static TAG = '[FastOpenPGP]';

0 commit comments

Comments
 (0)