]> Cypherpunks.ru repositories - gostls13.git/commit
misc/wasm: use NodeJS performance library
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 28 Jan 2023 06:48:57 +0000 (22:48 -0800)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Mon, 30 Jan 2023 18:49:10 +0000 (18:49 +0000)
commit6ab721dfd6bda7ec21e923c76e71abc1005e8d29
treed0b3966519ff7d7d91afb152a8e20a1a47285224
parentcb61585e870e2967d965d673c98f9d9a45b6e855
misc/wasm: use NodeJS performance library

The upgrade to NodeJS 18 introduces various library
updates that mean we can no longer override the global
performance package. Instead, rely on the performance
library provided by the NodeJS runtime.

Fixes #57516

Change-Id: Ic8ed902c696ad154f676e0b74b42efb84f02f8db
Reviewed-on: https://go-review.googlesource.com/c/go/+/463234
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Evan Phoenix <evan@phx.io>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
misc/wasm/wasm_exec_node.js