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
To build a WATM in Go, please refer to [watm](https://github.com/gaukas/watm) for examples and helper libraries interfacing Pluggable Transports-like interfaces. Official Go compiler is currently not supported ([watm#4](https://github.com/gaukas/watm/issues/4)).
23
23
24
-
You can contact one of developers personally via gaukas.wang@colorado.edu, or simply [opening an issue](https://github.com/gaukas/water/issues/new).
24
+
You can contact one of developers personally via gaukas.wang@colorado.edu, or simply [opening an issue](https://github.com/refraction-networking/water/issues/new).
25
25
26
-
The Rust implementation of the runtime library and information about writing, building, and using WebAssembly Transport Modules(WATM) from Rust can be found in [water-rs](https://github.com/erikziyunchi/water-rs).
26
+
The Rust implementation of the runtime library and information about writing, building, and using WebAssembly Transport Modules(WATM) from Rust can be found in [water-rs](https://github.com/refraction-networking/water-rs).
27
27
28
28
### Cite our work
29
29
30
-
If you quoted or used our work in your own project/paper/research, please cite our paper [Just add WATER: WebAssembly-based Circumvention Transports](https://arxiv.org/pdf/2312.00163.pdf).
30
+
If you quoted or used our work in your own project/paper/research, please cite our paper [Just add WATER: WebAssembly-based Circumvention Transports](https://www.petsymposium.org/foci/2024/foci-2024-0003.pdf), which is published in the proceedings of Free and Open Communications on the Internet (FOCI) in 2024 issue 1, pages 22-28.
31
31
32
32
<details>
33
33
<summary>BibTeX</summary>
34
34
35
35
```bibtex
36
-
@inproceedings{water-foci24,
37
-
author = {Chi, Erik and Wang, Gaukas and Halderman, J. Alex and Wustrow, Eric and Wampler, Jack},
38
-
year = {2024},
39
-
month = {02},
40
-
title = {Just add {WATER}: {WebAssembly}-based Circumvention Transports},
41
-
address = {Virtual Event},
42
-
series = {FOCI '24},
43
-
booktitle = {Free and Open Communications on the Internet},
44
-
}
36
+
@inproceedings{water-foci24,
37
+
author = {Chi, Erik and Wang, Gaukas and Halderman, J. Alex and Wustrow, Eric and Wampler, Jack},
38
+
year = {2024},
39
+
month = {02},
40
+
number = {1},
41
+
pages = {22-28},
42
+
title = {Just add {WATER}: {WebAssembly}-based Circumvention Transports},
booktitle = {Free and Open Communications on the Internet},
48
+
}
45
49
```
46
50
</details>
47
51
48
-
**Update**: our paper has been accepted by FOCI and will appear at [FOCI 2024](https://foci.community/foci24.html) on Feb 19, 2024!
49
-
50
52
## Be Water
51
53
52
54
> Empty your mind, be formless, shapeless, like water. If you put water into a cup, it becomes the cup. You put water into a bottle and it becomes the bottle. You put it in a teapot, it becomes the teapot. Now, water can flow or it can crash. Be water, my friend.
@@ -70,7 +72,7 @@ W.A.T.E.R. is designed to be future-proof with the automated multi-version WebAs
0 commit comments