From 4e100e4996fc2ea1bd17cdf233a32ece8f18bbbd Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 28 Oct 2024 17:56:03 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c9b34..7839e74 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ console.log(imports); |:-------|:-------|:-----| | V8 | :white_check_mark: | [Available in Chrome 78 and later](https://chromestatus.com/feature/5725002447978496), and Node.js 13.0.0 and later | | SpiderMonkey | :construction: | [Available in Firefox Nightly](https://bugzilla.mozilla.org/show_bug.cgi?id=1651725) | -| JavaScriptCore | :x: | [Not available](https://github.com/WebKit/WebKit/blob/b50dcf22f189f2c47da11c0929f1204ba6ecac1f/Source/JavaScriptCore/wasm/js/WebAssemblyModuleConstructor.cpp#L103-L132) as of 2024-06 | +| JavaScriptCore | :construction: | [Available in Safari Technology Preview 202 and later](https://developer.apple.com/documentation/safari-technology-preview-release-notes/stp-release-202) | ## License