Skip to content

Commit 12022cc

Browse files
authored
Update README.md (#363)
1 parent 30cff80 commit 12022cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ which are invoked by messages from the embedded compiler back to the host.
8888
Although this sort of two-way communication with an embedded process is
8989
inherently asynchronous in Node.js, this package supports the synchronous
9090
`compile()` API using a custom [synchronous message-passing library] that's
91-
implemented with the [`Atomics.wait()`] primitive. We hope to release this
92-
library as a stand-alone package at some point in the future.
91+
implemented with the [`Atomics.wait()`] primitive.
9392

9493
[synchronous message-passing library]: https://github.com/sass/sync-message-port
9594
[`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait

0 commit comments

Comments
 (0)