Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build time generated math using Katex embedded as WASI #12679

Merged
merged 1 commit into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. Add build time math rendering

    While very useful on its own (and combined with the passthrough render hooks), this also serves as a proof of concept of using WASI (WebAssembly System Interface) modules in Hugo.
    
    This will be marked _experimental_ in the documentation. Not because it will be removed or changed in a dramatic way, but we need to think a little more how to best set up/configure similar services, define where these WASM files gets stored, maybe we can allow user provided WASM files plugins via Hugo Modules mounts etc.
    
    See these issues for more context:
    
    * gohugoio#12736
    * gohugoio#12737
    
    See gohugoio#11927
    bep committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    80187fa View commit details
    Browse the repository at this point in the history