@farnabaz I'm working on implementing the <MDCRenderer> via our changes in #154 and am running into an issue whereby I cannot get wasm to work properly on Cloudflare Pages.
Small reproduction repo: https://github.com/adamdehaven/mdc-wasm-repro
I enabled experimental wasm support in my nuxt.config.ts nitro.experimental.wasm: true (I think this is needed?) but then when using wrangler dev preview chokes.
I think I need to somehow include the shiki/onig.wasm locally in my project based on the Shiki docs, but unsure how/where to do so.

Would you be able to provide some guidance? The markdown itself renders; however, syntax highlighting obviously is not currently working for me.
@farnabaz I'm working on implementing the
<MDCRenderer>via our changes in #154 and am running into an issue whereby I cannot get wasm to work properly on Cloudflare Pages.Small reproduction repo: https://github.com/adamdehaven/mdc-wasm-repro
I enabled experimentalwasmsupport in mynuxt.config.tsnitro.experimental.wasm: true(I think this is needed?) but then when usingwranglerdev preview chokes.I think I need to somehow include the
shiki/onig.wasmlocally in my project based on the Shiki docs, but unsure how/where to do so.Would you be able to provide some guidance? The markdown itself renders; however, syntax highlighting obviously is not currently working for me.