Skip to content

Conversation

@patttterson
Copy link

@patttterson patttterson commented Jan 14, 2026

Issues with CF Pages

The only reason VERT doesn't work on Cloudflare Pages is pandoc.wasm. If this file was under the Cf Pages 25 MiB per file limit, it would work fine.

The only change this requires is not storing the pandoc.wasm file on the server and having the client fetch it from somewhere else, but I couldn't find any reliable sources for the file. Building it from source isn't an option either. If you have a good solution to this PLEASEEEE tell me

#210 shows the config changes required to get it working if you want to test it yourself.

An example app can (hopefully) be found at https://vert.minji.love (running off cloudflare pages obviously)

@patttterson
Copy link
Author

oh, and imo https://pandoc.org/wasm-demo/pandoc.wasm isn't a reliable source. shit does not have cors lmao

@patttterson patttterson changed the title Add Cloudflare Pages support feat: add cloudflare pages support Jan 14, 2026
@patttterson
Copy link
Author

I did manage to get it working with honestly not much effort, if fetching the .wasm from remote isn't an option adding some documentation for pages is probably enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant