@tracecode/harness 0.6.6 → 0.7.0-beta7
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.
- package/CHANGELOG.md +48 -0
- package/README.md +134 -15
- package/THIRD_PARTY_NOTICES.md +170 -0
- package/dist/browser.cjs +2361 -1033
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +33 -3
- package/dist/browser.d.ts +33 -3
- package/dist/browser.js +2357 -1033
- package/dist/browser.js.map +1 -1
- package/dist/cli.cjs +160 -23
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +161 -24
- package/dist/cli.js.map +1 -1
- package/dist/core.cjs +748 -867
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +21 -85
- package/dist/core.d.ts +21 -85
- package/dist/core.js +734 -855
- package/dist/core.js.map +1 -1
- package/dist/cpp-worker-client-Bn7kC0_L.d.ts +84 -0
- package/dist/cpp-worker-client-BzdJLuZa.d.cts +84 -0
- package/dist/cpp.cjs +1063 -0
- package/dist/cpp.cjs.map +1 -0
- package/dist/cpp.d.cts +7 -0
- package/dist/cpp.d.ts +7 -0
- package/dist/cpp.js +1035 -0
- package/dist/cpp.js.map +1 -0
- package/dist/csharp-worker-client-DMHIa2YG.d.cts +69 -0
- package/dist/csharp-worker-client-JwqS6LiX.d.ts +69 -0
- package/dist/csharp.cjs +1012 -0
- package/dist/csharp.cjs.map +1 -0
- package/dist/csharp.d.cts +7 -0
- package/dist/csharp.d.ts +7 -0
- package/dist/csharp.js +984 -0
- package/dist/csharp.js.map +1 -0
- package/dist/index.cjs +3142 -1160
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -5
- package/dist/index.d.ts +13 -5
- package/dist/index.js +3117 -1148
- package/dist/index.js.map +1 -1
- package/dist/internal/browser.cjs +1639 -30
- package/dist/internal/browser.cjs.map +1 -1
- package/dist/internal/browser.d.cts +6 -199
- package/dist/internal/browser.d.ts +6 -199
- package/dist/internal/browser.js +1636 -30
- package/dist/internal/browser.js.map +1 -1
- package/dist/java-worker-client-BOwKW-11.d.cts +72 -0
- package/dist/java-worker-client-C97DDnCp.d.ts +72 -0
- package/dist/java.cjs +1225 -0
- package/dist/java.cjs.map +1 -0
- package/dist/java.d.cts +7 -0
- package/dist/java.d.ts +7 -0
- package/dist/java.js +1197 -0
- package/dist/java.js.map +1 -0
- package/dist/javascript-worker-client-CYBGEEvc.d.cts +51 -0
- package/dist/javascript-worker-client-DIX1Mp21.d.ts +51 -0
- package/dist/javascript.cjs +1063 -19
- package/dist/javascript.cjs.map +1 -1
- package/dist/javascript.d.cts +7 -4
- package/dist/javascript.d.ts +7 -4
- package/dist/javascript.js +1061 -19
- package/dist/javascript.js.map +1 -1
- package/dist/pyodide-worker-client-C-2rfHj9.d.ts +111 -0
- package/dist/pyodide-worker-client-Cn0a8Uv3.d.cts +111 -0
- package/dist/python.cjs +1282 -74
- package/dist/python.cjs.map +1 -1
- package/dist/python.d.cts +20 -14
- package/dist/python.d.ts +20 -14
- package/dist/python.js +1279 -74
- package/dist/python.js.map +1 -1
- package/dist/runtime-language-info-BFUSti3-.d.ts +43 -0
- package/dist/runtime-language-info-Bxza1cI2.d.cts +43 -0
- package/dist/runtime-types-2qM0MukN.d.cts +244 -0
- package/dist/runtime-types-2qM0MukN.d.ts +244 -0
- package/package.json +73 -8
- package/workers/cpp/cpp-compiler-frame.html +82 -0
- package/workers/cpp/cpp-compiler-worker.js +131 -0
- package/workers/cpp/cpp-worker.js +5790 -0
- package/workers/cpp/tracecode_runtime.hpp +6147 -0
- package/workers/csharp/csharp-worker.js +301 -0
- package/workers/java/.build/classes/harness/browser/JavaRewriteLibrary.class +0 -0
- package/workers/java/java-source-augmentations.js +880 -0
- package/workers/java/java-worker.js +2149 -178
- package/workers/java/src/harness/browser/JavaRewriteLibrary.java +1645 -32
- package/workers/java/src/javafx/util/Pair.java +42 -0
- package/workers/java/src/tracecode/browser/BrowserCompileAndTraceLibrary.java +714 -0
- package/workers/java/src/tracecode/browser/BrowserCompileAndTraceMain.java +76 -0
- package/workers/java/src/tracecode/browser/RuntimeProbeMain.java +14 -0
- package/workers/java/src/tracecode/user/TraceHooks.java +1406 -0
- package/workers/javascript/javascript-libraries-entry.js +71 -0
- package/workers/javascript/javascript-worker.js +2054 -424
- package/workers/python/generated-python-harness-snippets.js +4 -4
- package/workers/python/pyodide-worker.js +222 -61
- package/workers/python/runtime-core.js +1387 -301
- package/workers/vendor/csharp/.stamp +0 -0
- package/workers/vendor/csharp/TraceCode.CSharpHost.runtimeconfig.json +32 -0
- package/workers/vendor/csharp/_framework/Microsoft.CSharp.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.CodeAnalysis.CSharp.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.CodeAnalysis.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.VisualBasic.Core.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.VisualBasic.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.Win32.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/Microsoft.Win32.Registry.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.AppContext.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Buffers.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Collections.Concurrent.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Collections.Immutable.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Collections.NonGeneric.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Collections.Specialized.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Collections.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.Annotations.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.DataAnnotations.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.EventBasedAsync.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.TypeConverter.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ComponentModel.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Configuration.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Console.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Core.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Data.Common.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Data.DataSetExtensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Data.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.Contracts.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.Debug.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.DiagnosticSource.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.FileVersionInfo.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.Process.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.StackTrace.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.TextWriterTraceListener.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.Tools.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.TraceSource.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Diagnostics.Tracing.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Drawing.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Drawing.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Dynamic.Runtime.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Formats.Asn1.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Formats.Tar.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Globalization.Calendars.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Globalization.Extensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Globalization.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Compression.Brotli.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Compression.FileSystem.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Compression.ZipFile.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Compression.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.FileSystem.AccessControl.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.FileSystem.DriveInfo.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.FileSystem.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.FileSystem.Watcher.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.FileSystem.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.IsolatedStorage.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.MemoryMappedFiles.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Pipelines.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Pipes.AccessControl.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.Pipes.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.UnmanagedMemoryStream.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.IO.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Linq.AsyncEnumerable.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Linq.Expressions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Linq.Parallel.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Linq.Queryable.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Linq.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Memory.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Http.Json.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Http.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.HttpListener.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Mail.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.NameResolution.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.NetworkInformation.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Ping.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Quic.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Requests.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Security.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.ServerSentEvents.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.ServicePoint.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.Sockets.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.WebClient.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.WebHeaderCollection.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.WebProxy.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.WebSockets.Client.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.WebSockets.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Net.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Numerics.Vectors.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Numerics.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ObjectModel.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Private.CoreLib.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Private.DataContractSerialization.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Private.Uri.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Private.Xml.Linq.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Private.Xml.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.DispatchProxy.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Emit.ILGeneration.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Emit.Lightweight.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Emit.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Extensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Metadata.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.TypeExtensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Reflection.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Resources.Reader.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Resources.ResourceManager.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Resources.Writer.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.CompilerServices.Unsafe.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.CompilerServices.VisualC.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Extensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Handles.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.InteropServices.JavaScript.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.InteropServices.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Intrinsics.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Loader.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Numerics.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Serialization.Formatters.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Serialization.Json.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Serialization.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Serialization.Xml.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.Serialization.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Runtime.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.AccessControl.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Claims.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.Algorithms.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.Cng.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.Csp.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.Encoding.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.OpenSsl.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.Primitives.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.X509Certificates.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Cryptography.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Principal.Windows.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.Principal.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.SecureString.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Security.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ServiceModel.Web.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ServiceProcess.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.Encoding.CodePages.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.Encoding.Extensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.Encoding.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.Encodings.Web.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.Json.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Text.RegularExpressions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.AccessControl.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Channels.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Overlapped.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Tasks.Dataflow.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Tasks.Extensions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Tasks.Parallel.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Tasks.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Thread.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.ThreadPool.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.Timer.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Threading.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Transactions.Local.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Transactions.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.ValueTuple.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Web.HttpUtility.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Web.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Windows.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.Linq.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.ReaderWriter.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.Serialization.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.XDocument.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.XPath.XDocument.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.XPath.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.XmlDocument.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.XmlSerializer.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.Xml.wasm +0 -0
- package/workers/vendor/csharp/_framework/System.wasm +0 -0
- package/workers/vendor/csharp/_framework/TraceCode.CSharpHost.wasm +0 -0
- package/workers/vendor/csharp/_framework/WindowsBase.wasm +0 -0
- package/workers/vendor/csharp/_framework/cs/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/cs/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/de/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/de/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/dotnet.boot.js +1958 -0
- package/workers/vendor/csharp/_framework/dotnet.js +4 -0
- package/workers/vendor/csharp/_framework/dotnet.js.map +1 -0
- package/workers/vendor/csharp/_framework/dotnet.native.js +6687 -0
- package/workers/vendor/csharp/_framework/dotnet.native.wasm +0 -0
- package/workers/vendor/csharp/_framework/dotnet.runtime.js +4 -0
- package/workers/vendor/csharp/_framework/dotnet.runtime.js.map +1 -0
- package/workers/vendor/csharp/_framework/es/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/es/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/fr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/fr/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/it/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/it/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ja/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ja/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ko/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ko/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/mscorlib.wasm +0 -0
- package/workers/vendor/csharp/_framework/netstandard.wasm +0 -0
- package/workers/vendor/csharp/_framework/pl/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/pl/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/pt-BR/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ru/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/ru/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/0_Microsoft.CodeAnalysis.CSharp.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/100_System.Reflection.Emit.ILGeneration.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/101_System.Reflection.Emit.Lightweight.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/102_System.Reflection.Extensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/103_System.Reflection.Metadata.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/104_System.Reflection.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/105_System.Reflection.TypeExtensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/106_System.Resources.Reader.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/107_System.Resources.ResourceManager.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/108_System.Resources.Writer.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/109_System.Runtime.CompilerServices.Unsafe.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/10_System.Buffers.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/110_System.Runtime.CompilerServices.VisualC.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/111_System.Runtime.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/112_System.Runtime.Extensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/113_System.Runtime.Handles.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/114_System.Runtime.InteropServices.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/115_System.Runtime.InteropServices.JavaScript.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/116_System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/117_System.Runtime.Intrinsics.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/118_System.Runtime.Loader.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/119_System.Runtime.Numerics.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/11_System.Collections.Concurrent.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/120_System.Runtime.Serialization.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/121_System.Runtime.Serialization.Formatters.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/122_System.Runtime.Serialization.Json.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/123_System.Runtime.Serialization.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/124_System.Runtime.Serialization.Xml.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/125_System.Security.AccessControl.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/126_System.Security.Claims.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/127_System.Security.Cryptography.Algorithms.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/128_System.Security.Cryptography.Cng.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/129_System.Security.Cryptography.Csp.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/12_System.Collections.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/130_System.Security.Cryptography.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/131_System.Security.Cryptography.Encoding.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/132_System.Security.Cryptography.OpenSsl.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/133_System.Security.Cryptography.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/134_System.Security.Cryptography.X509Certificates.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/135_System.Security.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/136_System.Security.Principal.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/137_System.Security.Principal.Windows.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/138_System.Security.SecureString.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/139_System.ServiceModel.Web.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/13_System.Collections.Immutable.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/140_System.ServiceProcess.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/141_System.Text.Encoding.CodePages.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/142_System.Text.Encoding.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/143_System.Text.Encoding.Extensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/144_System.Text.Encodings.Web.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/145_System.Text.Json.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/146_System.Text.RegularExpressions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/147_System.Threading.AccessControl.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/148_System.Threading.Channels.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/149_System.Threading.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/14_System.Collections.NonGeneric.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/150_System.Threading.Overlapped.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/151_System.Threading.Tasks.Dataflow.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/152_System.Threading.Tasks.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/153_System.Threading.Tasks.Extensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/154_System.Threading.Tasks.Parallel.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/155_System.Threading.Thread.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/156_System.Threading.ThreadPool.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/157_System.Threading.Timer.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/158_System.Transactions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/159_System.Transactions.Local.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/15_System.Collections.Specialized.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/160_System.ValueTuple.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/161_System.Web.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/162_System.Web.HttpUtility.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/163_System.Windows.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/164_System.Xml.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/165_System.Xml.Linq.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/166_System.Xml.ReaderWriter.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/167_System.Xml.Serialization.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/168_System.Xml.XDocument.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/169_System.Xml.XmlDocument.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/16_System.ComponentModel.Annotations.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/170_System.Xml.XmlSerializer.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/171_System.Xml.XPath.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/172_System.Xml.XPath.XDocument.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/173_TraceCode.CSharpHost.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/174_WindowsBase.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/17_System.ComponentModel.DataAnnotations.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/18_System.ComponentModel.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/19_System.ComponentModel.EventBasedAsync.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/1_Microsoft.CodeAnalysis.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/20_System.ComponentModel.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/21_System.ComponentModel.TypeConverter.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/22_System.Configuration.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/23_System.Console.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/24_System.Core.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/25_System.Data.Common.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/26_System.Data.DataSetExtensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/27_System.Data.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/28_System.Diagnostics.Contracts.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/29_System.Diagnostics.Debug.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/2_Microsoft.CSharp.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/30_System.Diagnostics.DiagnosticSource.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/31_System.Diagnostics.FileVersionInfo.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/32_System.Diagnostics.Process.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/33_System.Diagnostics.StackTrace.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/34_System.Diagnostics.TextWriterTraceListener.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/35_System.Diagnostics.Tools.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/36_System.Diagnostics.TraceSource.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/37_System.Diagnostics.Tracing.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/38_System.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/39_System.Drawing.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/3_Microsoft.VisualBasic.Core.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/40_System.Drawing.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/41_System.Dynamic.Runtime.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/42_System.Formats.Asn1.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/43_System.Formats.Tar.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/44_System.Globalization.Calendars.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/45_System.Globalization.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/46_System.Globalization.Extensions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/47_System.IO.Compression.Brotli.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/48_System.IO.Compression.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/49_System.IO.Compression.FileSystem.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/4_Microsoft.VisualBasic.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/50_System.IO.Compression.ZipFile.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/51_System.IO.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/52_System.IO.FileSystem.AccessControl.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/53_System.IO.FileSystem.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/54_System.IO.FileSystem.DriveInfo.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/55_System.IO.FileSystem.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/56_System.IO.FileSystem.Watcher.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/57_System.IO.IsolatedStorage.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/58_System.IO.MemoryMappedFiles.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/59_System.IO.Pipelines.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/5_Microsoft.Win32.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/60_System.IO.Pipes.AccessControl.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/61_System.IO.Pipes.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/62_System.IO.UnmanagedMemoryStream.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/63_System.Linq.AsyncEnumerable.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/64_System.Linq.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/65_System.Linq.Expressions.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/66_System.Linq.Parallel.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/67_System.Linq.Queryable.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/68_System.Memory.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/69_System.Net.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/6_Microsoft.Win32.Registry.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/70_System.Net.Http.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/71_System.Net.Http.Json.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/72_System.Net.HttpListener.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/73_System.Net.Mail.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/74_System.Net.NameResolution.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/75_System.Net.NetworkInformation.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/76_System.Net.Ping.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/77_System.Net.Primitives.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/78_System.Net.Quic.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/79_System.Net.Requests.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/7_mscorlib.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/80_System.Net.Security.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/81_System.Net.ServerSentEvents.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/82_System.Net.ServicePoint.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/83_System.Net.Sockets.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/84_System.Net.WebClient.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/85_System.Net.WebHeaderCollection.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/86_System.Net.WebProxy.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/87_System.Net.WebSockets.Client.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/88_System.Net.WebSockets.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/89_System.Numerics.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/8_netstandard.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/90_System.Numerics.Vectors.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/91_System.ObjectModel.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/92_System.Private.CoreLib.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/93_System.Private.DataContractSerialization.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/94_System.Private.Uri.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/95_System.Private.Xml.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/96_System.Private.Xml.Linq.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/97_System.Reflection.DispatchProxy.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/98_System.Reflection.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/99_System.Reflection.Emit.dll +0 -0
- package/workers/vendor/csharp/_framework/supportFiles/9_System.AppContext.dll +0 -0
- package/workers/vendor/csharp/_framework/tr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/tr/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/zh-Hans/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
- package/workers/vendor/csharp/_framework/zh-Hant/Microsoft.CodeAnalysis.resources.wasm +0 -0
- package/workers/vendor/csharp/main.mjs +5 -0
- package/workers/vendor/csharp/package.json +1 -0
- package/workers/vendor/java-browser-helper.jar +0 -0
- package/workers/vendor/java-rewriter.jar +0 -0
- package/workers/vendor/javascript-libraries.js +10106 -0
- package/dist/runtime-types-89nchXlY.d.cts +0 -89
- package/dist/runtime-types-CCQ-ZLc9.d.ts +0 -89
- package/dist/types-zyvpJKCi.d.cts +0 -100
- package/dist/types-zyvpJKCi.d.ts +0 -100
- package/workers/java/java-source-augmentations.cjs +0 -242
- package/workers/java/src/spike/user/TraceHooks.java +0 -619
- package/workers/vendor/java-browser-spike-helper.jar +0 -0
- package/workers/vendor/java-practice-rewriter.jar +0 -0
- package/workers/vendor/java-rewrite-bridge.jar +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,54 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
|
|
5
5
|
This repo uses Git tags as release boundaries. Version notes below summarize what shipped in each tagged release.
|
|
6
6
|
|
|
7
|
+
## [0.7.0-beta4] - 2026-05-10
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Upgraded the C# browser-WASM runtime lane to .NET 10, C# 14, and Roslyn `Microsoft.CodeAnalysis.CSharp` 5.3.0.
|
|
12
|
+
- Added `pnpm update:csharp-runtime` to locally install/update the required .NET SDK channel, publish the C# WASM host, sync vendored assets, and regenerate runtime language info.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Fixed newer .NET worker startup by registering C# worker messages with `addEventListener('message', ...)` so sidecar boot mode is detected correctly.
|
|
17
|
+
- Fixed local Java trace fixture dynamic input mapping so full runtime trace parity can validate browser-style input files under the host JVM.
|
|
18
|
+
|
|
19
|
+
## [0.7.0-beta3] - 2026-05-10
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- Added generated runtime language info metadata and public browser/core APIs for language versions, compilers, standards, default imports, and bundled libraries.
|
|
24
|
+
- Added JavaScript and TypeScript runtime library support for lodash and datastructures-js packages.
|
|
25
|
+
- Expanded default import/header coverage for Python, Java, C#, and C++ runtime lanes.
|
|
26
|
+
|
|
27
|
+
## [0.7.0-beta2] - 2026-05-09
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Added explicit browser warmup paths for Java, Python, TypeScript, C#, and C++ so heavy runtimes can stay lazy until the app intentionally warms them.
|
|
32
|
+
- Split C# and Python worker `init()` from runtime loading, preserving lazy first execution while allowing guided/code-assist flows to warm runtimes on demand.
|
|
33
|
+
- Isolated C++ compiler warmup and Java background warmup behavior behind `warmLanguage(...)`.
|
|
34
|
+
- Renamed Python worker-facing client/log labels from Pyodide-specific names to `PythonWorkerClient` and `[PythonWorker]`, while keeping backwards-compatible `PyodideWorkerClient` exports.
|
|
35
|
+
|
|
36
|
+
### Fixed
|
|
37
|
+
|
|
38
|
+
- Added a dedicated Java non-trace execution path, including run-only batch execution support.
|
|
39
|
+
- Stopped plain JavaScript non-trace execution from loading the TypeScript compiler just to recover function argument order.
|
|
40
|
+
|
|
41
|
+
## [0.7.0-beta1] - 2026-05-07
|
|
42
|
+
|
|
43
|
+
### Added
|
|
44
|
+
|
|
45
|
+
- Added third-party runtime notices covering CheerpJ, Pyodide/CPython, TypeScript, JavaParser, OpenJDK/JBR, .NET/Roslyn, YoWASP/LLVM, and WASI libc.
|
|
46
|
+
- Added publishable language-split packages for core, browser, Python, JavaScript/TypeScript, Java, C#, and C++.
|
|
47
|
+
- Added Java, C#, and C++ public root subpath exports.
|
|
48
|
+
- Added language-filtered asset sync through `tracecode-harness sync-assets --languages ...`.
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- The umbrella package remains backwards compatible, while standalone language packages now publish their own generated `workers/` assets.
|
|
53
|
+
- Package builds now generate per-package assets without committing duplicate runtime blobs.
|
|
54
|
+
|
|
7
55
|
## [0.6.6] - 2026-04-27
|
|
8
56
|
|
|
9
57
|
### Fixed
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TraceCode Harness
|
|
2
2
|
|
|
3
|
-
Browser-first execution and tracing harness for Python, JavaScript, TypeScript,
|
|
3
|
+
Browser-first execution and tracing harness for Python, JavaScript, TypeScript, experimental Java, experimental C#, and experimental C++ lanes.
|
|
4
4
|
|
|
5
5
|
`@tracecode/harness` is a browser-consumable runtime SDK for code execution and tracing: explicit browser runtime creation, package-managed worker assets, and no app-specific storage/bootstrap contract in the public API.
|
|
6
6
|
|
|
@@ -14,9 +14,10 @@ It includes:
|
|
|
14
14
|
|
|
15
15
|
- browser-hosted execution for Python, JavaScript, and TypeScript
|
|
16
16
|
- an experimental browser-local Java 17 lane for `function`, `solution-method`, `ops-class`, `script`, and `interviewMode` execution
|
|
17
|
+
- an experimental browser-local C# lane for `function`, `solution-method`, `ops-class`, `script`, and `interviewMode` execution
|
|
18
|
+
- an experimental browser-local C++ lane for `function`, `solution-method`, `ops-class`, `script`, and `interviewMode` execution
|
|
17
19
|
- trace capture and normalized runtime contracts
|
|
18
20
|
- browser worker assets and asset sync tooling
|
|
19
|
-
- runtime-side structural annotations such as object kinds and hash/map payloads
|
|
20
21
|
|
|
21
22
|
It does not include a full end-user product.
|
|
22
23
|
|
|
@@ -36,12 +37,12 @@ Specifically, this package does not ship:
|
|
|
36
37
|
- a white-labeled teaching product
|
|
37
38
|
- a higher-level pedagogy or visualization-planning layer
|
|
38
39
|
|
|
39
|
-
Consuming apps are expected to own their own UI, persistence, product logic, and any higher-order visualization behavior built on top of
|
|
40
|
+
Consuming apps are expected to own their own UI, persistence, product logic, and any higher-order visualization behavior built on top of neutral runtime trace facts.
|
|
40
41
|
|
|
41
42
|
## What You Get
|
|
42
43
|
|
|
43
44
|
- shared runtime contract types and trace adapters
|
|
44
|
-
- browser runtime clients for Python, JavaScript, TypeScript, and
|
|
45
|
+
- browser runtime clients for Python, JavaScript, TypeScript, Java, C#, and C++
|
|
45
46
|
- published worker assets plus a CLI to copy them into your app
|
|
46
47
|
- capability profiles for honest per-language support claims
|
|
47
48
|
- regression coverage for runtime parity, packaging, and consumer smoke tests
|
|
@@ -50,10 +51,26 @@ This is not a general workflow engine. It is an opinionated execution harness de
|
|
|
50
51
|
|
|
51
52
|
## Installation
|
|
52
53
|
|
|
54
|
+
The umbrella package keeps the backwards-compatible all-in-one install:
|
|
55
|
+
|
|
53
56
|
```bash
|
|
54
57
|
pnpm add @tracecode/harness
|
|
55
58
|
```
|
|
56
59
|
|
|
60
|
+
For smaller installs, use the language packages you actually ship:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
pnpm add @tracecode/harness-core @tracecode/harness-browser @tracecode/harness-python
|
|
64
|
+
pnpm add @tracecode/harness-javascript
|
|
65
|
+
pnpm add @tracecode/harness-java
|
|
66
|
+
pnpm add @tracecode/harness-csharp
|
|
67
|
+
pnpm add @tracecode/harness-cpp
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Each language package publishes only its own worker assets under `workers/`.
|
|
71
|
+
That keeps license/runtime exposure scoped to the languages a consuming app
|
|
72
|
+
chooses to distribute.
|
|
73
|
+
|
|
57
74
|
If your app bundles dependencies, transpiling the package is usually the safest option. For Next.js:
|
|
58
75
|
|
|
59
76
|
```ts
|
|
@@ -124,9 +141,25 @@ The package publishes built ESM and CommonJS entrypoints plus `.d.ts` files.
|
|
|
124
141
|
- `@tracecode/harness/core`
|
|
125
142
|
Shared runtime contracts, result types, and trace helpers.
|
|
126
143
|
- `@tracecode/harness/python`
|
|
127
|
-
Python
|
|
144
|
+
Python runtime helpers, worker client, and snippet artifacts.
|
|
128
145
|
- `@tracecode/harness/javascript`
|
|
129
|
-
JavaScript and TypeScript execution helpers.
|
|
146
|
+
JavaScript and TypeScript execution helpers and worker client.
|
|
147
|
+
- `@tracecode/harness/java`
|
|
148
|
+
Java runtime client and worker client.
|
|
149
|
+
- `@tracecode/harness/csharp`
|
|
150
|
+
C# runtime client and worker client.
|
|
151
|
+
- `@tracecode/harness/cpp`
|
|
152
|
+
C++ runtime client and worker client.
|
|
153
|
+
|
|
154
|
+
The same surfaces are available as standalone language packages:
|
|
155
|
+
|
|
156
|
+
- `@tracecode/harness-core`
|
|
157
|
+
- `@tracecode/harness-browser`
|
|
158
|
+
- `@tracecode/harness-python`
|
|
159
|
+
- `@tracecode/harness-javascript`
|
|
160
|
+
- `@tracecode/harness-java`
|
|
161
|
+
- `@tracecode/harness-csharp`
|
|
162
|
+
- `@tracecode/harness-cpp`
|
|
130
163
|
|
|
131
164
|
The browser entrypoint is intentionally narrow. Low-level worker constructors, language gates, and isolation helpers are internal implementation details, not public SDK surface.
|
|
132
165
|
|
|
@@ -137,6 +170,7 @@ The browser package centers on `createBrowserHarness(options)`.
|
|
|
137
170
|
```ts
|
|
138
171
|
import {
|
|
139
172
|
createBrowserHarness,
|
|
173
|
+
getLanguageRuntimeInfo,
|
|
140
174
|
getLanguageRuntimeProfile,
|
|
141
175
|
isLanguageSupported,
|
|
142
176
|
SUPPORTED_LANGUAGES,
|
|
@@ -148,15 +182,21 @@ The returned harness exposes:
|
|
|
148
182
|
- `getClient(language)`
|
|
149
183
|
- `getProfile(language)`
|
|
150
184
|
- `getSupportedLanguageProfiles()`
|
|
185
|
+
- `getLanguageInfo(language)`
|
|
186
|
+
- `getSupportedLanguageInfos()`
|
|
151
187
|
- `isLanguageSupported(language)`
|
|
188
|
+
- `warmLanguage(language)`
|
|
152
189
|
- `disposeLanguage(language)`
|
|
153
190
|
- `dispose()`
|
|
154
191
|
|
|
155
192
|
Configuration:
|
|
156
193
|
|
|
157
194
|
- `assetBaseUrl?: string`
|
|
158
|
-
- `assets?: Partial<{ pythonWorker; pythonRuntimeCore; pythonSnippets; javascriptWorker; typescriptCompiler; javaWorker;
|
|
195
|
+
- `assets?: Partial<{ pythonWorker; pythonRuntimeCore; pythonSnippets; javascriptWorker; typescriptCompiler; javaWorker; csharpWorker; csharpAssetBaseUrl; cppWorker; cppCompilerFrame; cppCompilerWorker; cppCompilerBundle; cppRuntimeHeader }>`
|
|
159
196
|
- `debug?: boolean`
|
|
197
|
+
- `java?: { workerIdleTimeoutMs?: number }`
|
|
198
|
+
- `csharp?: { workerIdleTimeoutMs?: number }`
|
|
199
|
+
- `cpp?: { workerIdleTimeoutMs?: number }`
|
|
160
200
|
|
|
161
201
|
Example:
|
|
162
202
|
|
|
@@ -166,41 +206,98 @@ const harness = createBrowserHarness({
|
|
|
166
206
|
});
|
|
167
207
|
|
|
168
208
|
const profile = harness.getProfile('typescript');
|
|
209
|
+
const info = harness.getLanguageInfo('typescript');
|
|
210
|
+
const pythonInfo = getLanguageRuntimeInfo('python');
|
|
169
211
|
|
|
170
212
|
if (profile.capabilities.tracing.supported) {
|
|
171
213
|
// show trace controls
|
|
172
214
|
}
|
|
215
|
+
|
|
216
|
+
console.log(info.versionLabel);
|
|
217
|
+
console.log(info.description);
|
|
218
|
+
console.log(pythonInfo.versionLabel);
|
|
173
219
|
```
|
|
174
220
|
|
|
221
|
+
Runtime info is generated from worker constants, package manifests, and vendored runtime
|
|
222
|
+
metadata. Each info object also includes `description`, a natural-language runtime
|
|
223
|
+
summary suitable for product UI. Run `pnpm generate:runtime-info` after runtime
|
|
224
|
+
dependency changes, or `pnpm test:runtime-info-sync` to check whether the
|
|
225
|
+
generated SDK data is current.
|
|
226
|
+
|
|
227
|
+
For Java, `init()` only performs a light CheerpJ initialization. Call `warmLanguage('java')`
|
|
228
|
+
after the user selects Java, or after editor-driven assist work, to warm the heavier javac
|
|
229
|
+
path in the background. The hot Java worker idles for 5 minutes by default; call
|
|
230
|
+
`disposeLanguage('java')` when the editor closes or the user switches away to release it
|
|
231
|
+
immediately.
|
|
232
|
+
|
|
233
|
+
For C#, `init()` records the worker asset URL without loading the .NET runtime. Call
|
|
234
|
+
`warmLanguage('csharp')` after the user selects C# to load the runtime and warm Roslyn in
|
|
235
|
+
the background. Execution still works without an explicit warmup; the first request pays the
|
|
236
|
+
runtime load cost.
|
|
237
|
+
|
|
238
|
+
For C++, `init()` only records the worker asset URLs. Call `warmLanguage('cpp')` after the
|
|
239
|
+
user selects C++ to load and warm the browser-local Clang/WASI toolchain in the background.
|
|
240
|
+
The default browser client compiles through a disposable compiler frame/worker so the hot
|
|
241
|
+
compiler context can be released after compilation; warmup uses that external compiler path
|
|
242
|
+
when the frame or nested compiler worker is available, so the main C++ worker keeps only the
|
|
243
|
+
compiled program cache. Hosting `cppCompilerFrame` on a separate process-isolated origin
|
|
244
|
+
gives Chrome the strongest cleanup boundary. If the compiler frame is on another origin,
|
|
245
|
+
serve `cppCompilerWorker`, `cppCompilerBundle`, `cppRuntimeHeader`, and the YoWASP assets
|
|
246
|
+
from that origin too, or serve them with CORS headers. The hot C++ worker keeps its shorter
|
|
247
|
+
default idle timeout; call `disposeLanguage('cpp')` when C++ is no longer active.
|
|
248
|
+
|
|
175
249
|
## Worker Assets
|
|
176
250
|
|
|
177
251
|
`tracecode-harness sync-assets <target-dir>` copies the canonical browser asset set:
|
|
178
252
|
|
|
253
|
+
- `THIRD_PARTY_NOTICES.md`
|
|
179
254
|
- `pyodide-worker.js`
|
|
180
255
|
- `generated-python-harness-snippets.js`
|
|
181
256
|
- `pyodide/runtime-core.js`
|
|
182
257
|
- `javascript-worker.js`
|
|
183
258
|
- `vendor/typescript.js`
|
|
259
|
+
- `vendor/javascript-libraries.js`
|
|
184
260
|
- `java-worker.js`
|
|
185
|
-
- `vendor/java-browser-
|
|
186
|
-
- `vendor/java-
|
|
187
|
-
- `vendor/java-rewrite-bridge.jar`
|
|
261
|
+
- `vendor/java-browser-helper.jar`
|
|
262
|
+
- `vendor/java-rewriter.jar`
|
|
188
263
|
- `vendor/javaparser-core-3.25.10.jar`
|
|
189
264
|
- `vendor/jdk.compiler-17.jar`
|
|
265
|
+
- `csharp-worker.js`
|
|
266
|
+
- `vendor/csharp/**`
|
|
267
|
+
- `cpp-worker.js`
|
|
268
|
+
- `cpp-compiler-frame.html`
|
|
269
|
+
- `cpp-compiler-worker.js`
|
|
270
|
+
- `cpp/tracecode_runtime.hpp`
|
|
271
|
+
- `vendor/cpp/yowasp/**`
|
|
272
|
+
|
|
273
|
+
You can copy a smaller set from the umbrella CLI:
|
|
274
|
+
|
|
275
|
+
```bash
|
|
276
|
+
pnpm exec tracecode-harness sync-assets public/workers --languages python,javascript
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
Standalone language packages publish their own `workers/` directories with the
|
|
280
|
+
same target layout, so consumers can copy only the package assets they install.
|
|
190
281
|
|
|
191
282
|
By default, `createBrowserHarness({ assetBaseUrl: '/workers' })` resolves those assets as:
|
|
192
283
|
|
|
284
|
+
- `/workers/THIRD_PARTY_NOTICES.md`
|
|
193
285
|
- `/workers/pyodide-worker.js`
|
|
194
286
|
- `/workers/generated-python-harness-snippets.js`
|
|
195
287
|
- `/workers/pyodide/runtime-core.js`
|
|
196
288
|
- `/workers/javascript-worker.js`
|
|
197
289
|
- `/workers/vendor/typescript.js`
|
|
290
|
+
- `/workers/vendor/javascript-libraries.js`
|
|
198
291
|
- `/workers/java-worker.js`
|
|
199
|
-
- `/workers/vendor/java-browser-
|
|
200
|
-
- `/workers/vendor/java-
|
|
201
|
-
- `/workers/vendor/java-rewrite-bridge.jar`
|
|
292
|
+
- `/workers/vendor/java-browser-helper.jar`
|
|
293
|
+
- `/workers/vendor/java-rewriter.jar`
|
|
202
294
|
- `/workers/vendor/javaparser-core-3.25.10.jar`
|
|
203
295
|
- `/workers/vendor/jdk.compiler-17.jar`
|
|
296
|
+
- `/workers/csharp-worker.js`
|
|
297
|
+
- `/workers/vendor/csharp`
|
|
298
|
+
- `/workers/cpp-worker.js`
|
|
299
|
+
- `/workers/cpp/tracecode_runtime.hpp`
|
|
300
|
+
- `/workers/vendor/cpp/yowasp`
|
|
204
301
|
|
|
205
302
|
Advanced consumers can override individual asset URLs through the `assets` option.
|
|
206
303
|
|
|
@@ -220,7 +317,6 @@ Capability domains:
|
|
|
220
317
|
- `tracing`
|
|
221
318
|
- `diagnostics`
|
|
222
319
|
- `structures`
|
|
223
|
-
- `visualization`
|
|
224
320
|
|
|
225
321
|
That lets the package be explicit about partial support and fail closed for unsupported requests.
|
|
226
322
|
|
|
@@ -230,12 +326,18 @@ Current language status:
|
|
|
230
326
|
- `javascript`: stable
|
|
231
327
|
- `typescript`: stable
|
|
232
328
|
- `java`: experimental, browser-local Java 17 lane
|
|
329
|
+
- `csharp`: experimental, browser-local .NET WASM + Roslyn lane
|
|
233
330
|
|
|
234
331
|
Current Java scope:
|
|
235
332
|
|
|
236
|
-
- supported: `function`, `solution-method`, `ops-class`, `script`, `interviewMode`, tracing, compile diagnostics,
|
|
333
|
+
- supported: `function`, `solution-method`, `ops-class`, `script`, `interviewMode`, tracing, compile diagnostics, and neutral runtime trace facts
|
|
237
334
|
- script mode uses an empty function name with `executionStyle: "function"` and reads the top-level `result` variable
|
|
238
335
|
|
|
336
|
+
Current C# scope:
|
|
337
|
+
|
|
338
|
+
- supported: named `function` execution, script-style `function` execution with an empty function name and top-level `result`, `interviewMode` execution with sanitized timeout responses, `solution-method` execution for `public class Solution`, `ops-class` execution with JS/TS/Java-style operation-output arrays, generated drivers including `void` methods, `ListNode`/`TreeNode` prelude classes and JSON hydration including linked `__id__`/`__ref__` cycle refs, neutral graph-like map/list serialization, stdout capture, runtime errors, mapped Roslyn compile diagnostics, soft loop timeouts, trace budgets (`maxTraceSteps`, `maxLineEvents`, `maxSingleLineHits`, `maxStoredEvents`, `minimalTrace`), call-stack attachment for traced frames, `List<T>`/`Dictionary<K,V>`/`HashSet<T>`/array return-value serialization, block-bodied and expression-bodied method tracing, block-bodied and expression-bodied lambda tracing, basic line/call/return-value/simple-write tracing, one-dimensional array indexed read/write tracing including simple compound writes, and `List<T>`/`Dictionary<K,V>`/`HashSet<T>`/`Queue<T>`/`PriorityQueue<TElement,TPriority>`/`Stack<T>` wrapper tracing for `var`, explicit local declarations, target-typed `new()`, collection initializers, common collection constructors, comparer constructor overloads, and priority-queue capacity/comparer constructors
|
|
339
|
+
- not yet supported: NuGet packages, async/threading APIs, project files, multiple source files, unsafe code, expression-tree lambda rewriting, or full expression/value tracing fidelity
|
|
340
|
+
|
|
239
341
|
## Example Consumer
|
|
240
342
|
|
|
241
343
|
A minimal reference browser IDE lives in [examples/web-ide](./examples/web-ide). It is intentionally small and exists to prove that a third-party app can:
|
|
@@ -275,6 +377,17 @@ If you change Python harness templates or generated snippets, regenerate artifac
|
|
|
275
377
|
pnpm generate:python-harness
|
|
276
378
|
```
|
|
277
379
|
|
|
380
|
+
To update the vendored C# browser-WASM runtime, run:
|
|
381
|
+
|
|
382
|
+
```bash
|
|
383
|
+
pnpm update:csharp-runtime
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
The updater reads the C# host `TargetFramework`, installs or updates the matching
|
|
387
|
+
.NET SDK channel under `.dotnet/`, installs `wasm-tools`, republishes the host,
|
|
388
|
+
replaces `workers/vendor/csharp`, and regenerates runtime language info. Set
|
|
389
|
+
`TRACECODE_DOTNET_VERSION` to pin an exact SDK version for a repeatable refresh.
|
|
390
|
+
|
|
278
391
|
## Releases
|
|
279
392
|
|
|
280
393
|
This repo uses explicit versioned release boundaries.
|
|
@@ -290,6 +403,12 @@ This repo uses explicit versioned release boundaries.
|
|
|
290
403
|
|
|
291
404
|
Detailed release notes live in [CHANGELOG.md](./CHANGELOG.md).
|
|
292
405
|
|
|
406
|
+
## Third-Party Runtime Notices
|
|
407
|
+
|
|
408
|
+
Runtime dependencies and license notes are tracked in
|
|
409
|
+
[THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md). Keep that file with any
|
|
410
|
+
redistribution of worker assets.
|
|
411
|
+
|
|
293
412
|
## License
|
|
294
413
|
|
|
295
414
|
AGPL-3.0-only
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
# Third Party Notices
|
|
2
|
+
|
|
3
|
+
This project is licensed under AGPL-3.0-only. The browser runtimes also use
|
|
4
|
+
third-party runtime, compiler, parser, and standard-library components. This
|
|
5
|
+
file is an attribution and redistribution inventory for those components.
|
|
6
|
+
|
|
7
|
+
It is not legal advice. Before a commercial release, verify the current upstream
|
|
8
|
+
license text and any use-case-specific terms against the linked upstream
|
|
9
|
+
sources.
|
|
10
|
+
|
|
11
|
+
## Python Runtime
|
|
12
|
+
|
|
13
|
+
### Pyodide
|
|
14
|
+
|
|
15
|
+
- Use: Python runtime loaded by `workers/python/pyodide-worker.js`.
|
|
16
|
+
- Version: the worker currently loads Pyodide `0.29.0` from public CDNs; the
|
|
17
|
+
workspace package resolves `pyodide` `0.29.3`.
|
|
18
|
+
- License: MPL-2.0.
|
|
19
|
+
- Source: https://github.com/pyodide/pyodide
|
|
20
|
+
- Deployment docs: https://pyodide.org/en/stable/usage/downloading-and-deploying.html
|
|
21
|
+
|
|
22
|
+
### CPython and Python Standard Library
|
|
23
|
+
|
|
24
|
+
- Use: Python interpreter and standard library distributed as part of Pyodide.
|
|
25
|
+
- License: Python Software Foundation License Agreement and historical Python
|
|
26
|
+
license stack.
|
|
27
|
+
- Source: https://github.com/python/cpython
|
|
28
|
+
- License summary: https://www.python.org/psf/summary/
|
|
29
|
+
|
|
30
|
+
## JavaScript and TypeScript Runtime
|
|
31
|
+
|
|
32
|
+
### TypeScript
|
|
33
|
+
|
|
34
|
+
- Use: TypeScript transpilation and diagnostics for the JavaScript/TypeScript
|
|
35
|
+
worker lane.
|
|
36
|
+
- Vendored asset: `workers/vendor/typescript.js`.
|
|
37
|
+
- Version: `5.9.3` in the local workspace asset; the worker keeps CDN fallbacks
|
|
38
|
+
for `5.9.2`.
|
|
39
|
+
- License: Apache-2.0.
|
|
40
|
+
- Source: https://github.com/microsoft/TypeScript
|
|
41
|
+
- Upstream notice: TypeScript distributes `ThirdPartyNoticeText.txt`; preserve
|
|
42
|
+
that upstream notice when updating the vendored compiler asset.
|
|
43
|
+
|
|
44
|
+
### Lodash
|
|
45
|
+
|
|
46
|
+
- Use: JavaScript/TypeScript helper exposed as `_`, `lodash`, and through the
|
|
47
|
+
worker-local `require("lodash")` shim.
|
|
48
|
+
- Vendored asset: `workers/vendor/javascript-libraries.js`.
|
|
49
|
+
- Version: `lodash` `4.17.21`.
|
|
50
|
+
- License: MIT.
|
|
51
|
+
- Source: https://github.com/lodash/lodash
|
|
52
|
+
|
|
53
|
+
### datastructures-js
|
|
54
|
+
|
|
55
|
+
- Use: JavaScript/TypeScript helper packages exposed through the worker-local
|
|
56
|
+
`require("@datastructures-js/...")` shim.
|
|
57
|
+
- Vendored asset: `workers/vendor/javascript-libraries.js`.
|
|
58
|
+
- Versions: `@datastructures-js/binary-search-tree` `5.4.0`,
|
|
59
|
+
`@datastructures-js/deque` `1.0.8`, `@datastructures-js/graph` `5.3.1`,
|
|
60
|
+
`@datastructures-js/heap` `4.3.7`, `@datastructures-js/linked-list`
|
|
61
|
+
`6.1.4`, `@datastructures-js/priority-queue` `6.3.5`,
|
|
62
|
+
`@datastructures-js/queue` `4.3.0`, `@datastructures-js/set` `4.2.2`,
|
|
63
|
+
`@datastructures-js/stack` `3.1.6`, and `@datastructures-js/trie` `4.2.3`.
|
|
64
|
+
- License: MIT.
|
|
65
|
+
- Source: https://github.com/datastructures-js
|
|
66
|
+
|
|
67
|
+
## Java Runtime
|
|
68
|
+
|
|
69
|
+
### CheerpJ Core
|
|
70
|
+
|
|
71
|
+
- Use: browser-hosted JVM runtime loaded by the Java worker.
|
|
72
|
+
- Runtime URL: `https://cjrtnc.leaningtech.com/4.2/loader.js`.
|
|
73
|
+
- Provider: Leaning Technologies.
|
|
74
|
+
- Terms: CheerpJ Community License or CheerpJ Commercial License depending on
|
|
75
|
+
the user's use case.
|
|
76
|
+
- Licensing docs: https://cheerpj.com/docs/licensing
|
|
77
|
+
- Version/changelog docs: https://cheerpj.com/docs/changelog
|
|
78
|
+
|
|
79
|
+
CheerpJ is not vendored in this package; it is loaded from Leaning Technologies'
|
|
80
|
+
`cjrtnc.leaningtech.com` runtime domain. The Community License currently covers
|
|
81
|
+
individuals, one-person companies, FOSS projects, and technical evaluations.
|
|
82
|
+
Uses outside that scope can require a commercial license.
|
|
83
|
+
|
|
84
|
+
### JavaParser
|
|
85
|
+
|
|
86
|
+
- Use: Java source parsing and rewriting support.
|
|
87
|
+
- Vendored asset: `workers/vendor/javaparser-core-3.25.10.jar`.
|
|
88
|
+
- Version: `3.25.10`.
|
|
89
|
+
- License: dual licensed LGPL-3.0 or Apache-2.0. This project uses it under
|
|
90
|
+
Apache-2.0.
|
|
91
|
+
- Source: https://github.com/javaparser/javaparser
|
|
92
|
+
|
|
93
|
+
### OpenJDK / JetBrains Runtime Compiler Module
|
|
94
|
+
|
|
95
|
+
- Use: Java compiler module consumed by the browser Java lane.
|
|
96
|
+
- Vendored asset: `workers/vendor/jdk.compiler-17.jar`.
|
|
97
|
+
- Local manifest: `Created-By: 17.0.14 (JetBrains s.r.o.)`.
|
|
98
|
+
- License: GPL-2.0-only WITH Classpath-exception-2.0.
|
|
99
|
+
- OpenJDK GPLv2 + Classpath Exception text: https://openjdk.org/legal/gplv2+ce.html
|
|
100
|
+
- JetBrains Runtime source: https://github.com/JetBrains/JetBrainsRuntime
|
|
101
|
+
|
|
102
|
+
Redistributing this asset should preserve the GPLv2 + Classpath Exception text
|
|
103
|
+
and provide the corresponding source location or source offer required by the
|
|
104
|
+
license.
|
|
105
|
+
|
|
106
|
+
## C# Runtime
|
|
107
|
+
|
|
108
|
+
### .NET Runtime for WebAssembly
|
|
109
|
+
|
|
110
|
+
- Use: browser WebAssembly runtime and base class libraries for the C# lane.
|
|
111
|
+
- Vendored assets: `workers/vendor/csharp/**`.
|
|
112
|
+
- Target: `net10.0`, `browser-wasm`.
|
|
113
|
+
- License: MIT, plus .NET third-party notices for bundled components.
|
|
114
|
+
- Source: https://github.com/dotnet/runtime
|
|
115
|
+
- Upstream notices: https://github.com/dotnet/runtime/tree/main/src/installer/pkg/sfx/Microsoft.NETCore.App/THIRD-PARTY-NOTICES.TXT
|
|
116
|
+
|
|
117
|
+
### Roslyn / Microsoft.CodeAnalysis.CSharp
|
|
118
|
+
|
|
119
|
+
- Use: C# parsing, compilation, and diagnostics in the C# worker.
|
|
120
|
+
- Version: `Microsoft.CodeAnalysis.CSharp` `5.3.0`.
|
|
121
|
+
- License: MIT.
|
|
122
|
+
- NuGet package: https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp/5.3.0
|
|
123
|
+
- Source: https://github.com/dotnet/roslyn
|
|
124
|
+
|
|
125
|
+
## C++ Runtime
|
|
126
|
+
|
|
127
|
+
### YoWASP Clang
|
|
128
|
+
|
|
129
|
+
- Use: browser C++ compiler bundle and LLVM resource bundle.
|
|
130
|
+
- Vendored/copied assets: `vendor/cpp/yowasp/bundle.js`,
|
|
131
|
+
`vendor/cpp/yowasp/llvm-resources.tar`, and `vendor/cpp/yowasp/*.wasm`.
|
|
132
|
+
- Version: `@yowasp/clang` `22.0.0-git20542-10`.
|
|
133
|
+
- Local package metadata license: ISC.
|
|
134
|
+
- Upstream README license statement: Apache-2.0, matching the base LLVM license.
|
|
135
|
+
- Source: https://github.com/YoWASP/clang
|
|
136
|
+
|
|
137
|
+
The local package metadata and README identify different license labels. Until
|
|
138
|
+
that is clarified upstream, preserve both the package metadata notice and the
|
|
139
|
+
README/source license reference when redistributing these assets.
|
|
140
|
+
|
|
141
|
+
### LLVM / Clang / LLD
|
|
142
|
+
|
|
143
|
+
- Use: underlying compiler and linker components inside the YoWASP bundle.
|
|
144
|
+
- License: Apache-2.0 WITH LLVM-exception.
|
|
145
|
+
- Source: https://github.com/llvm/llvm-project
|
|
146
|
+
- License policy: https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents
|
|
147
|
+
|
|
148
|
+
### WASI libc and Sysroot Materials
|
|
149
|
+
|
|
150
|
+
- Use: libc/sysroot inputs included in the C++ compiler resources.
|
|
151
|
+
- License: mixed permissive licenses, including Apache-2.0 WITH LLVM-exception,
|
|
152
|
+
Apache-2.0, MIT, BSD-2-Clause, and CC0-1.0.
|
|
153
|
+
- Source: https://github.com/WebAssembly/wasi-libc
|
|
154
|
+
|
|
155
|
+
## Project-Authored Runtime Helpers
|
|
156
|
+
|
|
157
|
+
The following runtime helpers are authored for this project and are covered by
|
|
158
|
+
the project AGPL-3.0-only license unless otherwise noted by their embedded
|
|
159
|
+
third-party dependencies:
|
|
160
|
+
|
|
161
|
+
- `workers/python/runtime-core.js`
|
|
162
|
+
- `workers/python/generated-python-harness-snippets.js`
|
|
163
|
+
- `workers/javascript/javascript-worker.js`
|
|
164
|
+
- `workers/java/java-worker.js`
|
|
165
|
+
- `workers/java/java-source-augmentations.js`
|
|
166
|
+
- `workers/vendor/java-browser-helper.jar`
|
|
167
|
+
- `workers/vendor/java-rewriter.jar`
|
|
168
|
+
- `workers/csharp/csharp-worker.js`
|
|
169
|
+
- `workers/cpp/cpp-worker.js`
|
|
170
|
+
- `workers/cpp/tracecode_runtime.hpp`
|