@tracecode/harness 0.16.6 → 0.16.8

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 (31) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/{browser-runtime-provider-KPQBQ4EG.js → browser-runtime-provider-X6OLUZSN.js} +4 -4
  3. package/dist/{chunk-46XZQOHV.js → chunk-32OZHBX6.js} +5 -3
  4. package/dist/{chunk-GXTDL2ML.js → chunk-B4XMQTD7.js} +10 -9
  5. package/dist/{chunk-4PN5YD6J.js → chunk-BZNOMJSC.js} +2 -2
  6. package/dist/{chunk-J2KGF5PU.js → chunk-DLRTNTVJ.js} +8 -7
  7. package/dist/{chunk-EPBHRROK.js → chunk-GQSM4APD.js} +2 -2
  8. package/dist/{chunk-B2EM2SZ2.js → chunk-IRI2XDVR.js} +12 -12
  9. package/dist/core.cjs +9 -8
  10. package/dist/core.js +1 -1
  11. package/dist/{cpp-worker-client-UWGDH6HR.js → cpp-worker-client-7NLJ7RKG.js} +3 -3
  12. package/dist/{csharp-worker-client-4QP2ZBSA.js → csharp-worker-client-LAIK4IXZ.js} +3 -3
  13. package/dist/internal/tracekernel-workspace.cjs +9 -8
  14. package/dist/internal/tracekernel-workspace.js +1 -1
  15. package/dist/{java-project-AEQEVBDA.js → java-project-WQNHWOFV.js} +2 -2
  16. package/dist/judge.cjs +27 -16
  17. package/dist/judge.js +15 -8
  18. package/dist/{project-browser-L3A2G2MA.js → project-browser-2OSJRVDB.js} +2 -2
  19. package/dist/{project-browser-P2H222D7.js → project-browser-CWX4AY24.js} +2 -2
  20. package/dist/{project-browser-WCSIJY6I.js → project-browser-JWQZTSDF.js} +2 -2
  21. package/dist/{project-browser-HFNQEALT.js → project-browser-OPSZJVFS.js} +2 -2
  22. package/dist/{project-browser-OVE7V464.js → project-browser-YF7EUUTQ.js} +2 -2
  23. package/dist/{python-worker-client-UCOMTSMU.js → python-worker-client-ON4LFEJD.js} +3 -3
  24. package/dist/tracekernel.cjs +18 -14
  25. package/dist/tracekernel.js +3 -3
  26. package/package.json +4 -3
  27. package/runtime-assets.lock.json +29 -21
  28. package/workers/java/java-worker.js +30 -9
  29. package/workers/javascript/javascript-project-worker.js +8 -7
  30. package/workers/python/pyodide-0.29.3/snapshots/provenance.json +36 -0
  31. package/workers/python/pyodide-0.29.3/snapshots/webkit.bin +0 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,32 @@ This repo uses Git tags as release boundaries. Version notes below summarize wha
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.16.8] - 2026-08-23
10
+
11
+ ### Added
12
+
13
+ - Added a reproducible Python runtime snapshot builder that stages each image,
14
+ restores it in a fresh Worker, and can build the WebKit release image inside
15
+ Mobile Safari on an iOS simulator.
16
+
17
+ ### Fixed
18
+
19
+ - Rebuilt the WebKit Python runtime image in Mobile Safari so disposable
20
+ Python runners restore on iOS instead of crashing before returning results.
21
+
22
+ ## [0.16.7] - 2026-08-14
23
+
24
+ ### Fixed
25
+
26
+ - Made Java's trusted init-time external-compiler authority control compile
27
+ requests instead of requiring an untrusted per-execution flag, and separated
28
+ browser/external artifact-cache identities.
29
+ - Forwarded the public C++ external-compiler endpoint into the prepared browser
30
+ provider without warming the unused in-browser TraceCC compiler.
31
+ - Failed Java external-compiler initialization closed when the runtime bridge
32
+ cannot install compiled class manifests, preventing silent browser-compiler
33
+ fallback.
34
+
9
35
  ## [0.16.6] - 2026-08-14
10
36
 
11
37
  ### Fixed
@@ -2,9 +2,9 @@ var define = undefined;
2
2
  import {
3
3
  createCppBrowserRuntimeProvider,
4
4
  createTraceCCBrowserCompilerService
5
- } from "./chunk-J2KGF5PU.js";
6
- import "./chunk-46XZQOHV.js";
7
- import "./chunk-GXTDL2ML.js";
5
+ } from "./chunk-DLRTNTVJ.js";
6
+ import "./chunk-32OZHBX6.js";
7
+ import "./chunk-B4XMQTD7.js";
8
8
  import "./chunk-5KH5ABPQ.js";
9
9
  import "./chunk-C2RUZCIL.js";
10
10
  import "./chunk-756Z7C6D.js";
@@ -12,4 +12,4 @@ export {
12
12
  createCppBrowserRuntimeProvider,
13
13
  createTraceCCBrowserCompilerService
14
14
  };
15
- //# sourceMappingURL=browser-runtime-provider-KPQBQ4EG.js.map
15
+ //# sourceMappingURL=browser-runtime-provider-X6OLUZSN.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome,
6
6
  liftTraceOutcome
7
- } from "./chunk-GXTDL2ML.js";
7
+ } from "./chunk-B4XMQTD7.js";
8
8
  import {
9
9
  WorkerCrashedError,
10
10
  WorkerReadyTimeoutError,
@@ -470,7 +470,9 @@ var CppWorkerClient = class {
470
470
  lldWasmUrl: this.options.linkerWasmUrl,
471
471
  sysrootUrl: this.options.sysrootUrl,
472
472
  runtimeHeaderUrl: this.options.runtimeHeaderUrl,
473
- traceccCompilerEnabled: Boolean(this.options.trustedCompilerService),
473
+ traceccCompilerEnabled: Boolean(
474
+ this.options.trustedCompilerService || this.externalCompilerUrl
475
+ ),
474
476
  compilerFrameUrl: this.compilerFrameUrl,
475
477
  compilerWorkerUrl: this.options.compilerWorkerUrl,
476
478
  toolchainIntegrity: this.options.compilerIntegrity
@@ -1370,4 +1372,4 @@ var CppWorkerClient = class {
1370
1372
  export {
1371
1373
  CppWorkerClient
1372
1374
  };
1373
- //# sourceMappingURL=chunk-46XZQOHV.js.map
1375
+ //# sourceMappingURL=chunk-32OZHBX6.js.map
@@ -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.6",
6
+ version: "0.16.8",
7
7
  license: "AGPL-3.0-only",
8
8
  homepage: "https://tracecode.app",
9
9
  repository: {
@@ -82,6 +82,7 @@ var package_default = {
82
82
  "bench:traceclr-tiers:matrix": "pnpm build:traceclr-wire-probe && pnpm materialize:csharp-role-assets && for engine in chromium firefox webkit; do TRACECODE_TRACECLR_BROWSER_ENGINE=$engine node --import tsx scripts/benchmark-traceclr-runtime-tiers.ts || exit; done",
83
83
  "generate:runtime-open-source-info": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-runtime-open-source-info.ts",
84
84
  "generate:python-harness": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-python-harness-artifacts.ts",
85
+ "build:python-runtime-snapshot": "node --import tsx scripts/build-python-runtime-snapshot.ts",
85
86
  "generate:runtime-assets-lock": "node --import tsx scripts/generate-runtime-assets-lock.mjs",
86
87
  "generate:typescript-project-libs": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-typescript-project-libs.ts",
87
88
  "generate:javascript-project-worker": "pnpm exec esbuild packages/runtime-javascript/src/project-browser-worker.ts --bundle --format=esm --platform=browser --target=es2022 --outfile=workers/javascript/javascript-project-worker.js && node scripts/normalize-generated-worker-paths.mjs workers/javascript/javascript-project-worker.js",
@@ -269,7 +270,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
269
270
  "versionLabel": "Python 3.13.2",
270
271
  "executionPlatform": {
271
272
  "name": "TraceKernel",
272
- "version": "0.16.6"
273
+ "version": "0.16.8"
273
274
  },
274
275
  "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.",
275
276
  "runtime": {
@@ -296,7 +297,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
296
297
  "versionLabel": "JavaScript (ECMAScript 2023)",
297
298
  "executionPlatform": {
298
299
  "name": "TraceKernel",
299
- "version": "0.16.6"
300
+ "version": "0.16.8"
300
301
  },
301
302
  "runtime": {
302
303
  "name": "TraceKernel JavaScript runtime",
@@ -388,7 +389,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
388
389
  "versionLabel": "TypeScript 5.9.3",
389
390
  "executionPlatform": {
390
391
  "name": "TraceKernel",
391
- "version": "0.16.6"
392
+ "version": "0.16.8"
392
393
  },
393
394
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
394
395
 
@@ -488,7 +489,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
488
489
  "versionLabel": "Java 23",
489
490
  "executionPlatform": {
490
491
  "name": "TraceKernel",
491
- "version": "0.16.6"
492
+ "version": "0.16.8"
492
493
  },
493
494
  "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.",
494
495
  "runtime": {
@@ -525,7 +526,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
525
526
  "versionLabel": "C# 14",
526
527
  "executionPlatform": {
527
528
  "name": "TraceKernel",
528
- "version": "0.16.6"
529
+ "version": "0.16.8"
529
530
  },
530
531
  "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.",
531
532
  "runtime": {
@@ -554,7 +555,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
554
555
  "versionLabel": "C++23",
555
556
  "executionPlatform": {
556
557
  "name": "TraceKernel",
557
- "version": "0.16.6"
558
+ "version": "0.16.8"
558
559
  },
559
560
  "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.",
560
561
  "runtime": {
@@ -706,7 +707,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
706
707
  {
707
708
  "kind": "modifications",
708
709
  "label": "Runtime modifications",
709
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.6/workers/python/pyodide-0.29.3"
710
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.8/workers/python/pyodide-0.29.3"
710
711
  }
711
712
  ]
712
713
  }
@@ -4433,4 +4434,4 @@ export {
4433
4434
  normalizeJavaSerializedResult,
4434
4435
  javaTraceHooksEventsToRuntimeTrace
4435
4436
  };
4436
- //# sourceMappingURL=chunk-GXTDL2ML.js.map
4437
+ //# sourceMappingURL=chunk-B4XMQTD7.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftTraceOutcome,
6
6
  withRuntimeTraceOptions
7
- } from "./chunk-GXTDL2ML.js";
7
+ } from "./chunk-B4XMQTD7.js";
8
8
  import {
9
9
  HostArtifactCache,
10
10
  WorkerCrashedError,
@@ -1124,4 +1124,4 @@ var CSharpWorkerClient = class {
1124
1124
  export {
1125
1125
  CSharpWorkerClient
1126
1126
  };
1127
- //# sourceMappingURL=chunk-4PN5YD6J.js.map
1127
+ //# sourceMappingURL=chunk-BZNOMJSC.js.map
@@ -1,7 +1,7 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CppWorkerClient
4
- } from "./chunk-46XZQOHV.js";
4
+ } from "./chunk-32OZHBX6.js";
5
5
  import {
6
6
  createPromotableBrowserBackgroundTask,
7
7
  createWorkerProtocolToken
@@ -851,25 +851,26 @@ function createCppBrowserRuntimeProvider(options = {}) {
851
851
  tracingTimeoutMs: options.tracingTimeoutMs,
852
852
  workerIdleTimeoutMs: options.workerIdleTimeoutMs,
853
853
  programCacheLimit: options.programCacheLimit,
854
- usePrecompiledHeader: options.usePrecompiledHeader
854
+ usePrecompiledHeader: options.usePrecompiledHeader,
855
+ externalCompilerUrl: options.externalCompilerUrl
855
856
  };
856
- const compilerService = createTraceCCBrowserCompilerService(compiler, {
857
+ const compilerService = options.externalCompilerUrl ? void 0 : createTraceCCBrowserCompilerService(compiler, {
857
858
  assets: context.assets,
858
859
  ...workerFactory ? { workerFactory } : {}
859
860
  });
860
861
  const createWorkerClient = () => new CppWorkerClient({
861
862
  ...workerOptions,
862
- trustedCompilerService: compilerService
863
+ ...compilerService ? { trustedCompilerService: compilerService } : {}
863
864
  });
864
865
  const preparedProvider = createCppPreparedExecutionProvider({
865
866
  createWorkerClient,
866
867
  warmCompilerOnInit: false,
867
- prewarmCompiler: () => compilerService.prewarmAssets(),
868
+ prewarmCompiler: () => compilerService?.prewarmAssets() ?? Promise.resolve(),
868
869
  scheduleCompilerPrewarm: createPromotableBrowserBackgroundTask
869
870
  });
870
871
  const preparedProviders = /* @__PURE__ */ new Map([["cpp", preparedProvider]]);
871
872
  const terminateCompiler = () => {
872
- compilerService.terminate();
873
+ compilerService?.terminate();
873
874
  };
874
875
  return {
875
876
  preparedProviders,
@@ -890,4 +891,4 @@ export {
890
891
  createTraceCCBrowserCompilerService,
891
892
  createCppBrowserRuntimeProvider
892
893
  };
893
- //# sourceMappingURL=chunk-J2KGF5PU.js.map
894
+ //# sourceMappingURL=chunk-DLRTNTVJ.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createEmptyRuntimeTrace,
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome
6
- } from "./chunk-GXTDL2ML.js";
6
+ } from "./chunk-B4XMQTD7.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-EPBHRROK.js.map
562
+ //# sourceMappingURL=chunk-GQSM4APD.js.map
@@ -1,7 +1,7 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  normalizeRuntimeProjectPath
4
- } from "./chunk-GXTDL2ML.js";
4
+ } from "./chunk-B4XMQTD7.js";
5
5
  import {
6
6
  _await,
7
7
  bounded,
@@ -11512,23 +11512,23 @@ async function createBrowserProjectWorkspace(options = {}) {
11512
11512
  const hasProvider = (provider) => providers.includes(provider);
11513
11513
  const [pythonProvider, javascriptProvider, javaProvider, csharpProvider, cppProvider] = await Promise.all([
11514
11514
  hasProvider("python") ? Promise.all([
11515
- import("./project-browser-OVE7V464.js"),
11516
- import("./python-worker-client-UCOMTSMU.js")
11515
+ import("./project-browser-YF7EUUTQ.js"),
11516
+ import("./python-worker-client-ON4LFEJD.js")
11517
11517
  ]) : void 0,
11518
- hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-L3A2G2MA.js") : void 0,
11518
+ hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-2OSJRVDB.js") : void 0,
11519
11519
  hasProvider("java") ? Promise.all([
11520
- import("./project-browser-P2H222D7.js"),
11521
- import("./java-project-AEQEVBDA.js"),
11520
+ import("./project-browser-CWX4AY24.js"),
11521
+ import("./java-project-WQNHWOFV.js"),
11522
11522
  import("./java-project-client-PEQKFTH6.js")
11523
11523
  ]) : void 0,
11524
11524
  hasProvider("csharp") ? Promise.all([
11525
- import("./project-browser-WCSIJY6I.js"),
11526
- import("./csharp-worker-client-4QP2ZBSA.js")
11525
+ import("./project-browser-JWQZTSDF.js"),
11526
+ import("./csharp-worker-client-LAIK4IXZ.js")
11527
11527
  ]) : void 0,
11528
11528
  hasProvider("cpp") ? Promise.all([
11529
- import("./project-browser-HFNQEALT.js"),
11530
- import("./cpp-worker-client-UWGDH6HR.js"),
11531
- import("./browser-runtime-provider-KPQBQ4EG.js"),
11529
+ import("./project-browser-OPSZJVFS.js"),
11530
+ import("./cpp-worker-client-7NLJ7RKG.js"),
11531
+ import("./browser-runtime-provider-X6OLUZSN.js"),
11532
11532
  import("./tracecc-runtime-assets-G3BFH7LY.js")
11533
11533
  ]) : void 0
11534
11534
  ]);
@@ -12165,4 +12165,4 @@ export {
12165
12165
  createBrowserProjectWorkspace,
12166
12166
  createBrowserRuntimeEnvironment
12167
12167
  };
12168
- //# sourceMappingURL=chunk-B2EM2SZ2.js.map
12168
+ //# sourceMappingURL=chunk-IRI2XDVR.js.map
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.6",
192
+ version: "0.16.8",
193
193
  license: "AGPL-3.0-only",
194
194
  homepage: "https://tracecode.app",
195
195
  repository: {
@@ -268,6 +268,7 @@ var package_default = {
268
268
  "bench:traceclr-tiers:matrix": "pnpm build:traceclr-wire-probe && pnpm materialize:csharp-role-assets && for engine in chromium firefox webkit; do TRACECODE_TRACECLR_BROWSER_ENGINE=$engine node --import tsx scripts/benchmark-traceclr-runtime-tiers.ts || exit; done",
269
269
  "generate:runtime-open-source-info": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-runtime-open-source-info.ts",
270
270
  "generate:python-harness": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-python-harness-artifacts.ts",
271
+ "build:python-runtime-snapshot": "node --import tsx scripts/build-python-runtime-snapshot.ts",
271
272
  "generate:runtime-assets-lock": "node --import tsx scripts/generate-runtime-assets-lock.mjs",
272
273
  "generate:typescript-project-libs": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-typescript-project-libs.ts",
273
274
  "generate:javascript-project-worker": "pnpm exec esbuild packages/runtime-javascript/src/project-browser-worker.ts --bundle --format=esm --platform=browser --target=es2022 --outfile=workers/javascript/javascript-project-worker.js && node scripts/normalize-generated-worker-paths.mjs workers/javascript/javascript-project-worker.js",
@@ -455,7 +456,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
455
456
  "versionLabel": "Python 3.13.2",
456
457
  "executionPlatform": {
457
458
  "name": "TraceKernel",
458
- "version": "0.16.6"
459
+ "version": "0.16.8"
459
460
  },
460
461
  "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.",
461
462
  "runtime": {
@@ -482,7 +483,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
482
483
  "versionLabel": "JavaScript (ECMAScript 2023)",
483
484
  "executionPlatform": {
484
485
  "name": "TraceKernel",
485
- "version": "0.16.6"
486
+ "version": "0.16.8"
486
487
  },
487
488
  "runtime": {
488
489
  "name": "TraceKernel JavaScript runtime",
@@ -574,7 +575,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
574
575
  "versionLabel": "TypeScript 5.9.3",
575
576
  "executionPlatform": {
576
577
  "name": "TraceKernel",
577
- "version": "0.16.6"
578
+ "version": "0.16.8"
578
579
  },
579
580
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
580
581
 
@@ -674,7 +675,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
674
675
  "versionLabel": "Java 23",
675
676
  "executionPlatform": {
676
677
  "name": "TraceKernel",
677
- "version": "0.16.6"
678
+ "version": "0.16.8"
678
679
  },
679
680
  "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.",
680
681
  "runtime": {
@@ -711,7 +712,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
711
712
  "versionLabel": "C# 14",
712
713
  "executionPlatform": {
713
714
  "name": "TraceKernel",
714
- "version": "0.16.6"
715
+ "version": "0.16.8"
715
716
  },
716
717
  "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.",
717
718
  "runtime": {
@@ -740,7 +741,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
740
741
  "versionLabel": "C++23",
741
742
  "executionPlatform": {
742
743
  "name": "TraceKernel",
743
- "version": "0.16.6"
744
+ "version": "0.16.8"
744
745
  },
745
746
  "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.",
746
747
  "runtime": {
@@ -892,7 +893,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
892
893
  {
893
894
  "kind": "modifications",
894
895
  "label": "Runtime modifications",
895
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.6/workers/python/pyodide-0.29.3"
896
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.8/workers/python/pyodide-0.29.3"
896
897
  }
897
898
  ]
898
899
  }
package/dist/core.js CHANGED
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "./chunk-GXTDL2ML.js";
165
+ } from "./chunk-B4XMQTD7.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-46XZQOHV.js";
5
- import "./chunk-GXTDL2ML.js";
4
+ } from "./chunk-32OZHBX6.js";
5
+ import "./chunk-B4XMQTD7.js";
6
6
  import "./chunk-5KH5ABPQ.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-UWGDH6HR.js.map
12
+ //# sourceMappingURL=cpp-worker-client-7NLJ7RKG.js.map
@@ -1,12 +1,12 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CSharpWorkerClient
4
- } from "./chunk-4PN5YD6J.js";
5
- import "./chunk-GXTDL2ML.js";
4
+ } from "./chunk-BZNOMJSC.js";
5
+ import "./chunk-B4XMQTD7.js";
6
6
  import "./chunk-5KH5ABPQ.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-4QP2ZBSA.js.map
12
+ //# sourceMappingURL=csharp-worker-client-LAIK4IXZ.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.6",
17084
+ version: "0.16.8",
17085
17085
  license: "AGPL-3.0-only",
17086
17086
  homepage: "https://tracecode.app",
17087
17087
  repository: {
@@ -17160,6 +17160,7 @@ var package_default = {
17160
17160
  "bench:traceclr-tiers:matrix": "pnpm build:traceclr-wire-probe && pnpm materialize:csharp-role-assets && for engine in chromium firefox webkit; do TRACECODE_TRACECLR_BROWSER_ENGINE=$engine node --import tsx scripts/benchmark-traceclr-runtime-tiers.ts || exit; done",
17161
17161
  "generate:runtime-open-source-info": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-runtime-open-source-info.ts",
17162
17162
  "generate:python-harness": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-python-harness-artifacts.ts",
17163
+ "build:python-runtime-snapshot": "node --import tsx scripts/build-python-runtime-snapshot.ts",
17163
17164
  "generate:runtime-assets-lock": "node --import tsx scripts/generate-runtime-assets-lock.mjs",
17164
17165
  "generate:typescript-project-libs": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/generate-typescript-project-libs.ts",
17165
17166
  "generate:javascript-project-worker": "pnpm exec esbuild packages/runtime-javascript/src/project-browser-worker.ts --bundle --format=esm --platform=browser --target=es2022 --outfile=workers/javascript/javascript-project-worker.js && node scripts/normalize-generated-worker-paths.mjs workers/javascript/javascript-project-worker.js",
@@ -17347,7 +17348,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17347
17348
  "versionLabel": "Python 3.13.2",
17348
17349
  "executionPlatform": {
17349
17350
  "name": "TraceKernel",
17350
- "version": "0.16.6"
17351
+ "version": "0.16.8"
17351
17352
  },
17352
17353
  "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.",
17353
17354
  "runtime": {
@@ -17374,7 +17375,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17374
17375
  "versionLabel": "JavaScript (ECMAScript 2023)",
17375
17376
  "executionPlatform": {
17376
17377
  "name": "TraceKernel",
17377
- "version": "0.16.6"
17378
+ "version": "0.16.8"
17378
17379
  },
17379
17380
  "runtime": {
17380
17381
  "name": "TraceKernel JavaScript runtime",
@@ -17466,7 +17467,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
17466
17467
  "versionLabel": "TypeScript 5.9.3",
17467
17468
  "executionPlatform": {
17468
17469
  "name": "TraceKernel",
17469
- "version": "0.16.6"
17470
+ "version": "0.16.8"
17470
17471
  },
17471
17472
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
17472
17473
 
@@ -17566,7 +17567,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17566
17567
  "versionLabel": "Java 23",
17567
17568
  "executionPlatform": {
17568
17569
  "name": "TraceKernel",
17569
- "version": "0.16.6"
17570
+ "version": "0.16.8"
17570
17571
  },
17571
17572
  "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.",
17572
17573
  "runtime": {
@@ -17603,7 +17604,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17603
17604
  "versionLabel": "C# 14",
17604
17605
  "executionPlatform": {
17605
17606
  "name": "TraceKernel",
17606
- "version": "0.16.6"
17607
+ "version": "0.16.8"
17607
17608
  },
17608
17609
  "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.",
17609
17610
  "runtime": {
@@ -17632,7 +17633,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17632
17633
  "versionLabel": "C++23",
17633
17634
  "executionPlatform": {
17634
17635
  "name": "TraceKernel",
17635
- "version": "0.16.6"
17636
+ "version": "0.16.8"
17636
17637
  },
17637
17638
  "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.",
17638
17639
  "runtime": {
@@ -17784,7 +17785,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
17784
17785
  {
17785
17786
  "kind": "modifications",
17786
17787
  "label": "Runtime modifications",
17787
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.6/workers/python/pyodide-0.29.3"
17788
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.8/workers/python/pyodide-0.29.3"
17788
17789
  }
17789
17790
  ]
17790
17791
  }
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "../chunk-GXTDL2ML.js";
165
+ } from "../chunk-B4XMQTD7.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-GXTDL2ML.js";
7
+ } from "./chunk-B4XMQTD7.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-AEQEVBDA.js.map
487
+ //# sourceMappingURL=java-project-WQNHWOFV.js.map