Skip to content

Commit d62ed72

Browse files
committed
delete
1 parent 26f2d07 commit d62ed72

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

runtime.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type Runtime struct {
2020
moduleHash [32]byte
2121
closed atomic.Bool
2222
moduleConfigMod func(wazero.ModuleConfig) wazero.ModuleConfig
23-
forkParallelism int
2423
ownedCache wazero.CompilationCache
2524

2625
golden Snapshot
@@ -113,7 +112,6 @@ func New(ctx context.Context, wasmBinary []byte, adapter Adapter, opts ...Option
113112
adapter: adapter,
114113
moduleHash: sha256.Sum256(wasmBinary),
115114
moduleConfigMod: cfg.moduleConfigMod,
116-
forkParallelism: cfg.forkParallelism,
117115
warm: make(chan *Instance, max(cfg.poolSize, 1)),
118116
}
119117
if cacheOwned {

0 commit comments

Comments
 (0)