summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/wasm/serialization/module/resources/incrementer-worker.js
blob: 1779ceea520ccfd07da6d595d8a34be62de89428 (plain)
1
2
3
4
5
"use strict";
importScripts("/resources/testharness.js");
importScripts("./test-incrementer.js");

setupDestinationIncrementer(self, self);