mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
clean up build.sh, license as LGPL
This commit is contained in:
parent
b36773e5d1
commit
4edf27198a
10 changed files with 1125 additions and 100 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue