Skip to content

Commit fe73a76

Browse files
committed
[Fix] core: wasi was mistakenly available as a core module in v13.4.0
1 parent c5f819b commit fe73a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
7070
"v8": ">= 1",
7171
"vm": true,
72-
"wasi": ">= 13.4",
72+
"wasi": ">= 13.4 && < 13.5",
7373
"worker_threads": ">= 11.7",
7474
"zlib": true
7575
}

0 commit comments

Comments
 (0)