Skip to content

[BUG] Windows WebKit doesn't have WebAssembly #2876

@myobie

Description

@myobie

Context:

  • Playwright Version: 1.1.1
  • Operating System: Windows
  • Node version: 14.4.0
  • Browser: WebKit
  • Extra: Process running inside GitHub Actions; code running in a ServiceWorker context.

Code Snippet

(async function () {
  const response = await fetch(url)
  const bytes = await response.arrayBuffer()
  const module = await WebAssembly.compile(bytes)
  return module
})()

Describe the bug

Throws an Error with the message Can't find variable: WebAssembly. Code works on Linux WebKit and macOS WebKit – WebAssembly is found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions