mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
LibWeb: Treat BufferSource as a DataView/ArrayBuffer/TA in IDL overloads
Required by WebAssembly.instantiate.
This commit is contained in:
parent
54972e3ceb
commit
7e8d3e370f
3 changed files with 130 additions and 3 deletions
16
Tests/LibWeb/Text/expected/Wasm/WebAssembly-instantiate.txt
Normal file
16
Tests/LibWeb/Text/expected/Wasm/WebAssembly-instantiate.txt
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue