1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

LibWeb: Treat BufferSource as a DataView/ArrayBuffer/TA in IDL overloads

Required by WebAssembly.instantiate.
This commit is contained in:
Luke Wilde 2023-11-14 02:43:44 +00:00 committed by Andreas Kling
parent 54972e3ceb
commit 7e8d3e370f
3 changed files with 130 additions and 3 deletions

View file

@ -0,0 +1,16 @@
-------------
ArrayBuffer
-------------
Hello from wasm!!!!!!
FIXME: Run test for Uint8Array. Not running due to flakiness.
FIXME: Run test for Uint8ClampedArray. Not running due to flakiness.
FIXME: Run test for Uint16Array. Not running due to flakiness.
FIXME: Run test for Uint32Array. Not running due to flakiness.
FIXME: Run test for Int8Array. Not running due to flakiness.
FIXME: Run test for Int16Array. Not running due to flakiness.
FIXME: Run test for Float32Array. Not running due to flakiness.
FIXME: Run test for Float64Array. Not running due to flakiness.
FIXME: Run test for BigUint64Array. Not running due to flakiness.
FIXME: Run test for BigInt64Array. Not running due to flakiness.
FIXME: Run test for DataView. Not running due to flakiness.
FIXME: Run test for WebAssembly.Module. Not running due to flakiness.