Skip to content

Commit 2e517b1

Browse files
committed
README: simplify readme, remove future target plan for v1
1 parent 5c78b7c commit 2e517b1

1 file changed

Lines changed: 3 additions & 40 deletions

File tree

README.md

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
WebLink
66
======
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.
88

99
```haxe
1010
class Main {
@@ -40,9 +40,8 @@ Include in build.hxml
4040
```
4141

4242
# Targets
43-
*requires libuv (asys in the future)*
43+
* requires libuv
4444
* hashlink (uses libuv)
45-
* more targets in the future using [asys](https://github.com/HaxeFoundation/haxe-evolution/blob/7371439061fcb30f60f21369701a5e599dfa802c/proposals/0010-asys.md)
4645

4746
# Benchmark
4847

@@ -89,40 +88,4 @@ Supported
8988

9089
1. Fork
9190
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
101-
"version": "0.2.0",
102-
"configurations": [
103-
{
104-
"name": "HashLink (launch)",
105-
"request": "launch",
106-
"type": "hl",
107-
"cwd": "${workspaceFolder}",
108-
"preLaunchTask": {
109-
"type": "haxe",
110-
"args": "active configuration"
111-
}
112-
},
113-
{
114-
"name": "HashLink (attach)",
115-
"request": "attach",
116-
"port": 6112,
117-
"type": "hl",
118-
"cwd": "${workspaceFolder}",
119-
"preLaunchTask": {
120-
"type": "haxe",
121-
"args": "active configuration"
122-
}
123-
}
124-
]
125-
}
126-
```
127-
4. Develop (and press F5 to launch hashlink)
128-
5. Pull request
91+
5. Create a pull request with your changes

0 commit comments

Comments
 (0)