From 2531204a3476b0f49bd4ecec68a94efb2908412a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 21 Aug 2024 20:33:52 -0700 Subject: fix(ext/node): register `node:wasi` built-in (#25134) Fixes https://github.com/denoland/deno/issues/23531 --- tools/core_import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/core_import_map.json b/tools/core_import_map.json index ba4cd105d..2d8631d87 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -206,7 +206,7 @@ "node:util/types": "../ext/node/polyfills/util/types.ts", "node:v8": "../ext/node/polyfills/v8.ts", "node:vm": "../ext/node/polyfills/vm.js", - "ext:deno_node/wasi.ts": "../ext/node/polyfills/wasi.ts", + "node:wasi": "../ext/node/polyfills/wasi.ts", "node:worker_threads": "../ext/node/polyfills/worker_threads.ts", "node:zlib": "../ext/node/polyfills/zlib.ts", "ext:deno_url/00_url.js": "../ext/url/00_url.js", -- cgit v1.2.3