Skip to content

Commit

Permalink
fix: make water wasm map
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Nov 26, 2024
1 parent 7721192 commit 8b1762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chained/water_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
// foo.wasm file or read the foo.wasm file on disk.
//
// Invariant: entries to this map are never overwritten.
waterWASMLocks map[string]*sync.Mutex
waterWASMLocks = make(map[string]*sync.Mutex)
// wlLock protects access to the waterWASMLocks map.
wlLock = new(sync.Mutex)
)
Expand Down

0 comments on commit 8b1762d

Please sign in to comment.