Skip to content

Commit e5e8090

Browse files
perf(playground): export wasm as a standalone binary
1 parent 55fdeaa commit e5e8090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/pages/Playground.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function init() {
104104
import('shiki/themes/github-light.mjs'),
105105
import('shiki/themes/github-dark.mjs'),
106106
],
107-
engine: createOnigurumaEngine(import('shiki/wasm')),
107+
engine: createOnigurumaEngine(import('shiki/onig.wasm?init')),
108108
});
109109
}
110110

0 commit comments

Comments
 (0)