mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-testsAdd a test for the WebAssembly Web API. (#13483) -- wpt-commits: 042665de556151e01cb2db79896552dbfafe3d58 wpt-pr: 13483
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
"use strict";
|
|
|
|
idl_test(
|
|
["wasm-web-api"],
|
|
["wasm-js-api"],
|
|
idl_array => {}
|
|
);
|