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

Expose WASM bindings in Middleware #34437

Merged
merged 11 commits into from Mar 2, 2022
Merged

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    bebbb53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d629fd9 View commit details
    Browse the repository at this point in the history
  3. wasmBindings => wasm

    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1d7f88e View commit details
    Browse the repository at this point in the history
  4. Add a test

    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2150dae View commit details
    Browse the repository at this point in the history
  5. add the failing test

    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e0aeabf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c48003 View commit details
    Browse the repository at this point in the history
  7. force a resource query

    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    57c80de View commit details
    Browse the repository at this point in the history
  8. Don't use optional on crypto randomUuid

    The tests fail because of it for some reason:
    
    ./node_modules/next/types/index.d.ts:209:5
    Type error: Overload signatures must all be optional or required.
    
      207 |       array: T
      208 |     ): T
    > 209 |     randomUUID?(): string
          |     ^
      210 |   }
      211 | }
      212 |
    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7a791c0 View commit details
    Browse the repository at this point in the history
  9. Update packages/next/build/webpack-config.ts

    Co-authored-by: Steven <steven@ceriously.com>
    Schniz and styfle committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    07cae23 View commit details
    Browse the repository at this point in the history
  10. Revert "Don't use optional on crypto randomUuid"

    This reverts commit a2a6c96.
    Schniz committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7bdd4e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    fb4bb21 View commit details
    Browse the repository at this point in the history