clean up build.sh, license as LGPL

This commit is contained in:
Toshit Chawda 2024-03-02 17:40:22 -08:00
parent b36773e5d1
commit 4edf27198a
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
10 changed files with 1125 additions and 100 deletions

View file

@ -1,4 +1,5 @@
importScripts("epoxy-bundled.js");
import epoxy from "./pkg/epoxy-module-bundled.js";
onmessage = async (msg) => {
console.debug("recieved demo:", msg);
let [should_feature_test, should_multiparallel_test, should_parallel_test, should_multiperf_test, should_perf_test, should_ws_test, should_tls_test] = msg.data;