serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Features and bug fixes towards getting Ruffle to load once again :^)

Open Lubrsi opened this issue 1 year ago • 2 comments

image This is possible with a few extra hacks (not included in this PR)

  • Don't expose ReadableStream so it doesn't use it (fetch doesn't currently setup the stream)
  • Commented out some Wasm SIMD validation to use the non-SIMD blob, as I think there's SIMD parsing bugs (get unexpected EOF with the SIMD blob)
  • Commented out Wasm validation, as it is extremely slow

Ref issue #17993

Lubrsi avatar Nov 14 '23 02:11 Lubrsi

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

stale[bot] avatar Dec 06 '23 00:12 stale[bot]

Not stale

awesomekling avatar Dec 06 '23 12:12 awesomekling