@tracecode/harness 0.16.1 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{browser-runtime-provider-NQNCL6HE.js → browser-runtime-provider-45ND6W3K.js} +4 -4
  3. package/dist/{chunk-DQMPICNS.js → chunk-5SU2JQGI.js} +189 -343
  4. package/dist/{chunk-4W6MUXZE.js → chunk-DGXNINFR.js} +9 -9
  5. package/dist/chunk-EJE2EJDI.js +193 -0
  6. package/dist/{chunk-MMQLUTPP.js → chunk-HK62URW2.js} +2 -2
  7. package/dist/{chunk-KYTMGAFA.js → chunk-J54PE2JS.js} +2 -2
  8. package/dist/{chunk-AWHLLSEH.js → chunk-K4424WAS.js} +2 -2
  9. package/dist/{chunk-57WKRSIB.js → chunk-MJOC6WVB.js} +2 -2
  10. package/dist/cli.cjs +5 -0
  11. package/dist/cli.js +5 -0
  12. package/dist/core.cjs +8 -8
  13. package/dist/core.js +1 -1
  14. package/dist/{cpp-worker-client-A2ULEW5T.js → cpp-worker-client-I6CPM7TA.js} +3 -3
  15. package/dist/{csharp-worker-client-RA47P77F.js → csharp-worker-client-X7R4VXF4.js} +3 -3
  16. package/dist/internal/tracekernel-workspace.cjs +8 -8
  17. package/dist/internal/tracekernel-workspace.js +1 -1
  18. package/dist/{java-project-BTAANBJH.js → java-project-MLWER3CQ.js} +2 -2
  19. package/dist/judge.cjs +242 -187
  20. package/dist/judge.js +9 -7
  21. package/dist/{project-browser-U3YK43H4.js → project-browser-EIQ2FOXP.js} +2 -2
  22. package/dist/{project-browser-J6LVPVDC.js → project-browser-JR2WG7DG.js} +2 -2
  23. package/dist/{project-browser-PC7TRROQ.js → project-browser-T3EIQCMD.js} +2 -2
  24. package/dist/{project-browser-GBSPIYEW.js → project-browser-UALCR5KR.js} +2 -2
  25. package/dist/{project-browser-QMZCUVJA.js → project-browser-V3W4CQAQ.js} +2 -2
  26. package/dist/{python-worker-client-NEBS6V63.js → python-worker-client-MRWQTXOF.js} +3 -3
  27. package/dist/tracecc-runtime-assets-G3BFH7LY.js +19 -0
  28. package/dist/tracekernel.cjs +244 -185
  29. package/dist/tracekernel.d.cts +10 -1
  30. package/dist/tracekernel.d.ts +10 -1
  31. package/dist/tracekernel.js +12 -8
  32. package/package.json +3 -3
  33. package/runtime-assets.lock.json +7 -7
  34. package/workers/javascript/javascript-project-worker.js +7 -7
@@ -3,7 +3,7 @@ var define = undefined;
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@tracecode/harness",
6
- version: "0.16.1",
6
+ version: "0.16.2",
7
7
  license: "AGPL-3.0-only",
8
8
  homepage: "https://tracecode.app",
9
9
  repository: {
@@ -260,7 +260,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
260
260
  "versionLabel": "Python 3.13.2",
261
261
  "executionPlatform": {
262
262
  "name": "TraceKernel",
263
- "version": "0.16.1"
263
+ "version": "0.16.2"
264
264
  },
265
265
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
266
266
  "runtime": {
@@ -287,7 +287,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
287
287
  "versionLabel": "JavaScript (ECMAScript 2023)",
288
288
  "executionPlatform": {
289
289
  "name": "TraceKernel",
290
- "version": "0.16.1"
290
+ "version": "0.16.2"
291
291
  },
292
292
  "runtime": {
293
293
  "name": "TraceKernel JavaScript runtime",
@@ -379,7 +379,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
379
379
  "versionLabel": "TypeScript 5.9.3",
380
380
  "executionPlatform": {
381
381
  "name": "TraceKernel",
382
- "version": "0.16.1"
382
+ "version": "0.16.2"
383
383
  },
384
384
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
385
385
 
@@ -479,7 +479,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
479
479
  "versionLabel": "Java 23",
480
480
  "executionPlatform": {
481
481
  "name": "TraceKernel",
482
- "version": "0.16.1"
482
+ "version": "0.16.2"
483
483
  },
484
484
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
485
485
  "runtime": {
@@ -516,7 +516,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
516
516
  "versionLabel": "C# 14",
517
517
  "executionPlatform": {
518
518
  "name": "TraceKernel",
519
- "version": "0.16.1"
519
+ "version": "0.16.2"
520
520
  },
521
521
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
522
522
  "runtime": {
@@ -545,7 +545,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
545
545
  "versionLabel": "C++23",
546
546
  "executionPlatform": {
547
547
  "name": "TraceKernel",
548
- "version": "0.16.1"
548
+ "version": "0.16.2"
549
549
  },
550
550
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
551
551
  "runtime": {
@@ -697,7 +697,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
697
697
  {
698
698
  "kind": "modifications",
699
699
  "label": "Runtime modifications",
700
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
700
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.2/workers/python/pyodide-0.29.3"
701
701
  }
702
702
  ]
703
703
  }
@@ -4424,4 +4424,4 @@ export {
4424
4424
  normalizeJavaSerializedResult,
4425
4425
  javaTraceHooksEventsToRuntimeTrace
4426
4426
  };
4427
- //# sourceMappingURL=chunk-4W6MUXZE.js.map
4427
+ //# sourceMappingURL=chunk-DGXNINFR.js.map
@@ -0,0 +1,193 @@
1
+ var define = undefined;
2
+
3
+ // packages/runtime-cpp/src/tracecc-runtime-assets.generated.ts
4
+ var TRACECC_RUNTIME_CONTENT_HASH = "fb4b6f41f9e9b7db89b6c8425bb2c6218979219a4150f96619b6461b4b78d294";
5
+ var TRACECC_RUNTIME_ASSETS = Object.freeze({
6
+ "runtimeHeader": {
7
+ "fileName": "tracecode_runtime.hpp",
8
+ "integrity": "sha256-WEbB8mLN8cwKIWPf25UL7yoTSM9nCqWs8MkE0B14EtE=",
9
+ "mediaType": "text/plain",
10
+ "size": 263083
11
+ },
12
+ "compilerWasm": {
13
+ "fileName": "tracecc-reactor.wasm",
14
+ "integrity": "sha256-At40hCU4Rmvynp1s8UzQ1eX/UZybo5BWHMsVgQXUTUE=",
15
+ "mediaType": "application/wasm",
16
+ "size": 33478188
17
+ },
18
+ "sysroot": {
19
+ "fileName": "llvm-resources.tar",
20
+ "integrity": "sha256-2V0qK8hAihbAdEmWrEfJG7PGO7cblDFcl5YIm23ahVU=",
21
+ "mediaType": "application/x-tar",
22
+ "size": 29112320
23
+ },
24
+ "narrowPch": {
25
+ "fileName": "narrow.pch",
26
+ "integrity": "sha256-rbuVm7YeO+HwDpSJPAqGGNrrPKeJveazS/juUWXs5/A=",
27
+ "mediaType": "application/octet-stream",
28
+ "size": 21322216
29
+ },
30
+ "narrowPchSource": {
31
+ "fileName": "narrow.source.hpp",
32
+ "integrity": "sha256-SMqxQfcMBSUHUcAz+7Cp4vkWyOtgv7mNB09JE1cOEAU=",
33
+ "mediaType": "text/plain",
34
+ "size": 815
35
+ },
36
+ "narrowRuntimeObject": {
37
+ "fileName": "narrow.o",
38
+ "integrity": "sha256-il/wX66FvAU9SJSiDepMuEZ00CipED4EEEfqcdxEg8c=",
39
+ "mediaType": "application/wasm",
40
+ "size": 1042570
41
+ },
42
+ "broadPch": {
43
+ "fileName": "broad.pch",
44
+ "integrity": "sha256-ktKxBSglo50GPM9GJJwBpqyYDcFHkKGjoyEtsUmLMrI=",
45
+ "mediaType": "application/octet-stream",
46
+ "size": 24543552
47
+ },
48
+ "broadPchSource": {
49
+ "fileName": "broad.source.hpp",
50
+ "integrity": "sha256-MOayycWl5KYaLS8vP2MoJh4kazsDhg0kH9Bi6dvsy0s=",
51
+ "mediaType": "text/plain",
52
+ "size": 7095
53
+ },
54
+ "broadRuntimeObject": {
55
+ "fileName": "broad.o",
56
+ "integrity": "sha256-f69Oe7kRn9JEIUEPgM1cuYbf50oph4IxEnVP7VIZGp4=",
57
+ "mediaType": "application/wasm",
58
+ "size": 1892879
59
+ },
60
+ "mapPch": {
61
+ "fileName": "map.pch",
62
+ "integrity": "sha256-fX7zTmJXnRJ2acbDiJ4Wu7/xf1G510SB2fLzkTgr2Uc=",
63
+ "mediaType": "application/octet-stream",
64
+ "size": 29951380
65
+ },
66
+ "mapPchSource": {
67
+ "fileName": "map.source.hpp",
68
+ "integrity": "sha256-WHaMpx3nG/h1ro6CppBseoDIkgqahbYnFxShHLGT9/c=",
69
+ "mediaType": "text/plain",
70
+ "size": 10708
71
+ },
72
+ "mapRuntimeObject": {
73
+ "fileName": "map.o",
74
+ "integrity": "sha256-02ktvX6uqV05it5kdBEm/ncOszBeO43wX93Yk079E4U=",
75
+ "mediaType": "application/wasm",
76
+ "size": 3372458
77
+ }
78
+ });
79
+
80
+ // packages/runtime-cpp/src/tracecc-runtime-assets.ts
81
+ var TRACECC_RUNTIME_ASSET_RELATIVE_PATH = `cpp/tracecc/${TRACECC_RUNTIME_CONTENT_HASH}`;
82
+ var typedTraceCCRuntimeAssets = TRACECC_RUNTIME_ASSETS;
83
+ function stripTrailingSlash(value) {
84
+ return value.replace(/\/+$/, "");
85
+ }
86
+ function normalizeAssetBaseUrl(value) {
87
+ const normalized = stripTrailingSlash(value.trim());
88
+ if (!normalized) {
89
+ throw new TypeError("TraceCC requires a non-empty asset base URL.");
90
+ }
91
+ if (/[?#]/u.test(normalized)) {
92
+ throw new TypeError(
93
+ "TraceCC asset base URL must be a directory without a query or fragment."
94
+ );
95
+ }
96
+ return normalized;
97
+ }
98
+ function normalizeWorkerUrl(value) {
99
+ const normalized = value.trim();
100
+ if (!normalized) {
101
+ throw new TypeError("TraceCC worker URL must not be empty.");
102
+ }
103
+ return normalized;
104
+ }
105
+ function descriptor(asset) {
106
+ return {
107
+ url: asset.fileName,
108
+ integrity: asset.integrity,
109
+ mediaType: asset.mediaType,
110
+ size: asset.size,
111
+ delivery: {
112
+ mutability: "immutable",
113
+ address: "content"
114
+ }
115
+ };
116
+ }
117
+ function createTraceCCRuntimeManifest(assetBaseUrl, options = {}) {
118
+ const normalizedAssetBaseUrl = normalizeAssetBaseUrl(assetBaseUrl);
119
+ const workerUrl = normalizeWorkerUrl(
120
+ options.workerUrl ?? "/workers/cpp-worker.js"
121
+ );
122
+ const compilerWasm = descriptor(
123
+ typedTraceCCRuntimeAssets.compilerWasm
124
+ );
125
+ return {
126
+ runtime: "cpp",
127
+ runtimeVersion: `tracecc-${TRACECC_RUNTIME_CONTENT_HASH.slice(0, 12)}`,
128
+ protocolVersion: "browser-runtime-assets-v1",
129
+ assetBaseUrl: `${normalizedAssetBaseUrl}/`,
130
+ workerFormat: "module",
131
+ assets: {
132
+ worker: { url: workerUrl },
133
+ runtimeHeader: descriptor(typedTraceCCRuntimeAssets.runtimeHeader),
134
+ compilerWasm,
135
+ linkerWasm: compilerWasm,
136
+ sysroot: descriptor(typedTraceCCRuntimeAssets.sysroot),
137
+ compilerResources: {
138
+ "tracecc-narrow-pch": descriptor(
139
+ typedTraceCCRuntimeAssets.narrowPch
140
+ ),
141
+ "tracecc-narrow-pch-source": descriptor(
142
+ typedTraceCCRuntimeAssets.narrowPchSource
143
+ ),
144
+ "tracecc-narrow-runtime-object": descriptor(
145
+ typedTraceCCRuntimeAssets.narrowRuntimeObject
146
+ ),
147
+ "tracecc-broad-pch": descriptor(
148
+ typedTraceCCRuntimeAssets.broadPch
149
+ ),
150
+ "tracecc-broad-pch-source": descriptor(
151
+ typedTraceCCRuntimeAssets.broadPchSource
152
+ ),
153
+ "tracecc-broad-runtime-object": descriptor(
154
+ typedTraceCCRuntimeAssets.broadRuntimeObject
155
+ ),
156
+ "tracecc-map-pch": descriptor(
157
+ typedTraceCCRuntimeAssets.mapPch
158
+ ),
159
+ "tracecc-map-pch-source": descriptor(
160
+ typedTraceCCRuntimeAssets.mapPchSource
161
+ ),
162
+ "tracecc-map-runtime-object": descriptor(
163
+ typedTraceCCRuntimeAssets.mapRuntimeObject
164
+ )
165
+ }
166
+ }
167
+ };
168
+ }
169
+ function resolveBuiltInTraceCCRuntimeManifest(assetBaseUrl = "/workers") {
170
+ const normalizedAssetBaseUrl = normalizeAssetBaseUrl(assetBaseUrl);
171
+ return createTraceCCRuntimeManifest(
172
+ `${normalizedAssetBaseUrl}/${TRACECC_RUNTIME_ASSET_RELATIVE_PATH}`,
173
+ { workerUrl: `${normalizedAssetBaseUrl}/cpp-worker.js` }
174
+ );
175
+ }
176
+ function resolveBuiltInTraceCCProjectRuntimeManifest(assetBaseUrl = "/workers") {
177
+ const normalizedAssetBaseUrl = normalizeAssetBaseUrl(assetBaseUrl);
178
+ return createTraceCCRuntimeManifest(
179
+ `${normalizedAssetBaseUrl}/${TRACECC_RUNTIME_ASSET_RELATIVE_PATH}`,
180
+ { workerUrl: `${normalizedAssetBaseUrl}/project-cpp-worker.js` }
181
+ );
182
+ }
183
+ var TRACECC_RUNTIME_MANIFEST = resolveBuiltInTraceCCRuntimeManifest();
184
+
185
+ export {
186
+ TRACECC_RUNTIME_CONTENT_HASH,
187
+ TRACECC_RUNTIME_ASSET_RELATIVE_PATH,
188
+ createTraceCCRuntimeManifest,
189
+ resolveBuiltInTraceCCRuntimeManifest,
190
+ resolveBuiltInTraceCCProjectRuntimeManifest,
191
+ TRACECC_RUNTIME_MANIFEST
192
+ };
193
+ //# sourceMappingURL=chunk-EJE2EJDI.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createEmptyRuntimeTrace,
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome
6
- } from "./chunk-4W6MUXZE.js";
6
+ } from "./chunk-DGXNINFR.js";
7
7
  import {
8
8
  WorkerCrashedError,
9
9
  WorkerReadyTimeoutError,
@@ -559,4 +559,4 @@ export {
559
559
  PythonWorkerClient,
560
560
  isWorkerSupported
561
561
  };
562
- //# sourceMappingURL=chunk-MMQLUTPP.js.map
562
+ //# sourceMappingURL=chunk-HK62URW2.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftTraceOutcome,
6
6
  withRuntimeTraceOptions
7
- } from "./chunk-4W6MUXZE.js";
7
+ } from "./chunk-DGXNINFR.js";
8
8
  import {
9
9
  HostArtifactCache,
10
10
  WorkerCrashedError,
@@ -638,4 +638,4 @@ var CSharpWorkerClient = class {
638
638
  export {
639
639
  CSharpWorkerClient
640
640
  };
641
- //# sourceMappingURL=chunk-KYTMGAFA.js.map
641
+ //# sourceMappingURL=chunk-J54PE2JS.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome,
6
6
  liftTraceOutcome
7
- } from "./chunk-4W6MUXZE.js";
7
+ } from "./chunk-DGXNINFR.js";
8
8
  import {
9
9
  WorkerCrashedError,
10
10
  WorkerReadyTimeoutError,
@@ -1370,4 +1370,4 @@ var CppWorkerClient = class {
1370
1370
  export {
1371
1371
  CppWorkerClient
1372
1372
  };
1373
- //# sourceMappingURL=chunk-AWHLLSEH.js.map
1373
+ //# sourceMappingURL=chunk-K4424WAS.js.map
@@ -1,7 +1,7 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CppWorkerClient
4
- } from "./chunk-AWHLLSEH.js";
4
+ } from "./chunk-K4424WAS.js";
5
5
  import {
6
6
  createWorkerProtocolToken
7
7
  } from "./chunk-DTLDQQHA.js";
@@ -862,4 +862,4 @@ export {
862
862
  createTraceCCBrowserCompilerService,
863
863
  createCppBrowserRuntimeProvider
864
864
  };
865
- //# sourceMappingURL=chunk-57WKRSIB.js.map
865
+ //# sourceMappingURL=chunk-MJOC6WVB.js.map
package/dist/cli.cjs CHANGED
@@ -1776,6 +1776,11 @@ var ASSET_COPY_PLAN = [
1776
1776
  target: ["cpp-worker.js"],
1777
1777
  languages: ["cpp"]
1778
1778
  },
1779
+ {
1780
+ source: ["workers", "cpp", "cpp-worker.js"],
1781
+ target: ["project-cpp-worker.js"],
1782
+ languages: ["cpp"]
1783
+ },
1779
1784
  {
1780
1785
  source: ["workers", "shared", "runtime-kernel-policy.js"],
1781
1786
  target: ["shared", "runtime-kernel-policy.js"],
package/dist/cli.js CHANGED
@@ -1795,6 +1795,11 @@ var ASSET_COPY_PLAN = [
1795
1795
  target: ["cpp-worker.js"],
1796
1796
  languages: ["cpp"]
1797
1797
  },
1798
+ {
1799
+ source: ["workers", "cpp", "cpp-worker.js"],
1800
+ target: ["project-cpp-worker.js"],
1801
+ languages: ["cpp"]
1802
+ },
1798
1803
  {
1799
1804
  source: ["workers", "shared", "runtime-kernel-policy.js"],
1800
1805
  target: ["shared", "runtime-kernel-policy.js"],
package/dist/core.cjs CHANGED
@@ -189,7 +189,7 @@ module.exports = __toCommonJS(src_exports);
189
189
  // package.json
190
190
  var package_default = {
191
191
  name: "@tracecode/harness",
192
- version: "0.16.1",
192
+ version: "0.16.2",
193
193
  license: "AGPL-3.0-only",
194
194
  homepage: "https://tracecode.app",
195
195
  repository: {
@@ -446,7 +446,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
446
446
  "versionLabel": "Python 3.13.2",
447
447
  "executionPlatform": {
448
448
  "name": "TraceKernel",
449
- "version": "0.16.1"
449
+ "version": "0.16.2"
450
450
  },
451
451
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
452
452
  "runtime": {
@@ -473,7 +473,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
473
473
  "versionLabel": "JavaScript (ECMAScript 2023)",
474
474
  "executionPlatform": {
475
475
  "name": "TraceKernel",
476
- "version": "0.16.1"
476
+ "version": "0.16.2"
477
477
  },
478
478
  "runtime": {
479
479
  "name": "TraceKernel JavaScript runtime",
@@ -565,7 +565,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
565
565
  "versionLabel": "TypeScript 5.9.3",
566
566
  "executionPlatform": {
567
567
  "name": "TraceKernel",
568
- "version": "0.16.1"
568
+ "version": "0.16.2"
569
569
  },
570
570
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
571
571
 
@@ -665,7 +665,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
665
665
  "versionLabel": "Java 23",
666
666
  "executionPlatform": {
667
667
  "name": "TraceKernel",
668
- "version": "0.16.1"
668
+ "version": "0.16.2"
669
669
  },
670
670
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
671
671
  "runtime": {
@@ -702,7 +702,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
702
702
  "versionLabel": "C# 14",
703
703
  "executionPlatform": {
704
704
  "name": "TraceKernel",
705
- "version": "0.16.1"
705
+ "version": "0.16.2"
706
706
  },
707
707
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
708
708
  "runtime": {
@@ -731,7 +731,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
731
731
  "versionLabel": "C++23",
732
732
  "executionPlatform": {
733
733
  "name": "TraceKernel",
734
- "version": "0.16.1"
734
+ "version": "0.16.2"
735
735
  },
736
736
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
737
737
  "runtime": {
@@ -883,7 +883,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
883
883
  {
884
884
  "kind": "modifications",
885
885
  "label": "Runtime modifications",
886
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
886
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.2/workers/python/pyodide-0.29.3"
887
887
  }
888
888
  ]
889
889
  }
package/dist/core.js CHANGED
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "./chunk-4W6MUXZE.js";
165
+ } from "./chunk-DGXNINFR.js";
166
166
  import "./chunk-756Z7C6D.js";
167
167
  export {
168
168
  LANGUAGE_RUNTIME_INFOS,
@@ -1,12 +1,12 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CppWorkerClient
4
- } from "./chunk-AWHLLSEH.js";
5
- import "./chunk-4W6MUXZE.js";
4
+ } from "./chunk-K4424WAS.js";
5
+ import "./chunk-DGXNINFR.js";
6
6
  import "./chunk-DTLDQQHA.js";
7
7
  import "./chunk-C2RUZCIL.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
  export {
10
10
  CppWorkerClient
11
11
  };
12
- //# sourceMappingURL=cpp-worker-client-A2ULEW5T.js.map
12
+ //# sourceMappingURL=cpp-worker-client-I6CPM7TA.js.map
@@ -1,12 +1,12 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CSharpWorkerClient
4
- } from "./chunk-KYTMGAFA.js";
5
- import "./chunk-4W6MUXZE.js";
4
+ } from "./chunk-J54PE2JS.js";
5
+ import "./chunk-DGXNINFR.js";
6
6
  import "./chunk-DTLDQQHA.js";
7
7
  import "./chunk-C2RUZCIL.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
  export {
10
10
  CSharpWorkerClient
11
11
  };
12
- //# sourceMappingURL=csharp-worker-client-RA47P77F.js.map
12
+ //# sourceMappingURL=csharp-worker-client-X7R4VXF4.js.map
@@ -17081,7 +17081,7 @@ module.exports = __toCommonJS(workspace_exports);
17081
17081
  // package.json
17082
17082
  var package_default = {
17083
17083
  name: "@tracecode/harness",
17084
- version: "0.16.1",
17084
+ version: "0.16.2",
17085
17085
  license: "AGPL-3.0-only",
17086
17086
  homepage: "https://tracecode.app",
17087
17087
  repository: {
@@ -17338,7 +17338,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17338
17338
  "versionLabel": "Python 3.13.2",
17339
17339
  "executionPlatform": {
17340
17340
  "name": "TraceKernel",
17341
- "version": "0.16.1"
17341
+ "version": "0.16.2"
17342
17342
  },
17343
17343
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
17344
17344
  "runtime": {
@@ -17365,7 +17365,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17365
17365
  "versionLabel": "JavaScript (ECMAScript 2023)",
17366
17366
  "executionPlatform": {
17367
17367
  "name": "TraceKernel",
17368
- "version": "0.16.1"
17368
+ "version": "0.16.2"
17369
17369
  },
17370
17370
  "runtime": {
17371
17371
  "name": "TraceKernel JavaScript runtime",
@@ -17457,7 +17457,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
17457
17457
  "versionLabel": "TypeScript 5.9.3",
17458
17458
  "executionPlatform": {
17459
17459
  "name": "TraceKernel",
17460
- "version": "0.16.1"
17460
+ "version": "0.16.2"
17461
17461
  },
17462
17462
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
17463
17463
 
@@ -17557,7 +17557,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17557
17557
  "versionLabel": "Java 23",
17558
17558
  "executionPlatform": {
17559
17559
  "name": "TraceKernel",
17560
- "version": "0.16.1"
17560
+ "version": "0.16.2"
17561
17561
  },
17562
17562
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
17563
17563
  "runtime": {
@@ -17594,7 +17594,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17594
17594
  "versionLabel": "C# 14",
17595
17595
  "executionPlatform": {
17596
17596
  "name": "TraceKernel",
17597
- "version": "0.16.1"
17597
+ "version": "0.16.2"
17598
17598
  },
17599
17599
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
17600
17600
  "runtime": {
@@ -17623,7 +17623,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17623
17623
  "versionLabel": "C++23",
17624
17624
  "executionPlatform": {
17625
17625
  "name": "TraceKernel",
17626
- "version": "0.16.1"
17626
+ "version": "0.16.2"
17627
17627
  },
17628
17628
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
17629
17629
  "runtime": {
@@ -17775,7 +17775,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
17775
17775
  {
17776
17776
  "kind": "modifications",
17777
17777
  "label": "Runtime modifications",
17778
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
17778
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.2/workers/python/pyodide-0.29.3"
17779
17779
  }
17780
17780
  ]
17781
17781
  }
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "../chunk-4W6MUXZE.js";
165
+ } from "../chunk-DGXNINFR.js";
166
166
  import {
167
167
  TraceKernelChildProcessError,
168
168
  TraceKernelControlledRuntime,
@@ -4,7 +4,7 @@ import {
4
4
  runtimeAbortSignalName,
5
5
  runtimeSignalExitCode,
6
6
  withRuntimeProjectCommandRunnerCapabilities
7
- } from "./chunk-4W6MUXZE.js";
7
+ } from "./chunk-DGXNINFR.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
 
10
10
  // packages/runtime-java/src/java-project.ts
@@ -484,4 +484,4 @@ export {
484
484
  JAVA_PROJECT_CAPABILITIES,
485
485
  createJavaProjectRunner
486
486
  };
487
- //# sourceMappingURL=java-project-BTAANBJH.js.map
487
+ //# sourceMappingURL=java-project-MLWER3CQ.js.map