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

upgrade slang to 0.18.3 #1100

Closed

Commits on Nov 15, 2024

  1. upgrade slang to 0.18.3

    The newest version includes many performance improvements, and adds WASM support. It also adds a bunch of requested public APIs.
    
    This allows importing Slang from any WASM-compatible environment (NodeJS), at the cost of using ESM (or using `await import()` from CJS).
    That turns the calling utility `makeNamespacedInput()` to be `async`.
    
    Please let me know if I need to verify/run anything else.
    OmarTawfik committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    605f906 View commit details
    Browse the repository at this point in the history