dist/onig.wasm not available in 0.11.0
See original GitHub issueIn our app we use shiki.setCDN('https://unpkg.com/shiki/')
, and the code that loads dist/onig.wasm
is redirecting from https://unpkg.com/shiki/dist/onig.wasm to the new https://unpkg.com/shiki@0.11.0/dist/onig.wasm
But this path doesn’t seem to exist in the 0.11.0 release: https://unpkg.com/browse/shiki@0.11.0/dist/
Is it intentional that there’s no dist/onig.wasm
in the latest version? I can’t see any wasm
files at all in the latest version. The code seems to still be trying to load dist/onig.wasm
on the latest version: https://github.dev/shikijs/shiki/blob/33ae6b97eda78484460ac05b3338bc72a605194a/packages/shiki/src/loader.ts#L52
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Sync with portage [Sun Jun 20 22:39:53 MSK 2021]. · 6ca4760903 ...
>=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}] ... AC_MSG_ERROR([*** readline library not found or it doesn't support history ***]).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in 0.11.1 - thanks for the report!
Hrm, there’s no docs on how to deploy shiki, so it’s very possible that I shipped it wrong - will take a look