perf: ship prebuilt wasm artifacts by default

This commit is contained in:
Youzini-afk
2026-04-22 20:22:06 +08:00
parent b28a297b92
commit ba33054124
11 changed files with 688 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
const DEFAULT_NATIVE_RUNTIME_OPTIONS = Object.freeze({
graphUseNativeLayout: false,
graphUseNativeLayout: true,
graphNativeLayoutThresholdNodes: 280,
graphNativeLayoutThresholdEdges: 1600,
graphNativeLayoutWorkerTimeoutMs: 260,