You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-40Lines changed: 3 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
WebLink
6
6
======
7
-
Linking [Hashlink](https://github.com/HaxeFoundation/hashlink)and other [targets](#targets)to the role of a webserver.
7
+
Linking [Hashlink](https://github.com/HaxeFoundation/hashlink) to the role of a webserver.
8
8
9
9
```haxe
10
10
class Main {
@@ -40,9 +40,8 @@ Include in build.hxml
40
40
```
41
41
42
42
# Targets
43
-
*requires libuv (asys in the future)*
43
+
*requires libuv
44
44
* hashlink (uses libuv)
45
-
* more targets in the future using [asys](https://github.com/HaxeFoundation/haxe-evolution/blob/7371439061fcb30f60f21369701a5e599dfa802c/proposals/0010-asys.md)
46
45
47
46
# Benchmark
48
47
@@ -89,40 +88,4 @@ Supported
89
88
90
89
1. Fork
91
90
2. Clone and setup
92
-
3. Configure VSCode :
93
-
94
-
Add that in .vscode/launch.json :
95
-
96
-
```
97
-
{
98
-
// Use IntelliSense to learn about possible attributes.
99
-
// Hover to view descriptions of existing attributes.
100
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
0 commit comments