Skip to content

Commit

Permalink
perf(playground): export wasm as a standalone binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 22, 2024
1 parent 55fdeaa commit e5e8090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/pages/Playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function init() {
import('shiki/themes/github-light.mjs'),
import('shiki/themes/github-dark.mjs'),
],
engine: createOnigurumaEngine(import('shiki/wasm')),
engine: createOnigurumaEngine(import('shiki/onig.wasm?init')),
});
}
Expand Down

0 comments on commit e5e8090

Please sign in to comment.