Skip to content

Commit 8c3279c

Browse files
authored
New demo link
1 parent eaa63fa commit 8c3279c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Task Worklet attempts to define a highly ergonomic way to offload all of the wor
1010

1111
In addition to ergonomics, the design of Task Worklet allows for an implicit data flow graph to be formed based on how tasks are linked together to form dependencies on one another. When combined with pooling and a centralized registry for task processors, this enables an algorithm to distribute work across multiple threads, automatically maximizing concurrency and minimizing transfer overhead.
1212

13-
**Demo:** [Realtime JS compilation, bundling & compression](https://fiddle.jshell.net/developit/wfLsxgy0/179/show/dark)
13+
**Demo:** [Realtime JS compilation, bundling & compression](https://task-worklet-demo.glitch.me/)
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)