Skip to content

Commit 9bffaf6

Browse files
committed
fixup! feat: remove deprecated JS platform
1 parent 72b964a commit 9bffaf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/js-executor/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ export default class JsExecutor {
251251
'(extends) => { return { extends }; }',
252252
'(extends_) => { return { extends_ }; }',
253253
),
254-
)
255-
.then((stdlibCode) =>
256-
executeWasmCodeWithSkiko(this.iframe.contentWindow, stdlibCode),
257-
)
258-
.then((stdlibCode) =>
259-
executeWasmCodeWithSkiko(this.iframe.contentWindow, stdlibCode),
260254
);
261255

262256
return Promise.all([skikoExports, stdlibExports]);

0 commit comments

Comments
 (0)