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

Allow using a custom loader #1686

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 20, 2024

  1. Allow using a custom loader

    This deprecates the `targetEnv` option and replaces it with `loader`
    which performs the same thing while also accepting an actual function.
    
    When that happens, that function's body will be inserted in lieu of the
    default one, giving complete control over the way WASM is loaded into
    the runtime.
    tiennou committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    226dfd6 View commit details
    Browse the repository at this point in the history