{"id":14563625,"url":"https://github.com/refraction-networking/watm","last_synced_at":"2026-02-27T17:10:21.929Z","repository":{"id":223630074,"uuid":"761061861","full_name":"refraction-networking/watm","owner":"refraction-networking","description":"WebAssembly Transport Module","archived":false,"fork":false,"pushed_at":"2024-07-23T04:25:21.000Z","size":2151,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-10T13:33:16.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refraction-networking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-21T06:58:18.000Z","updated_at":"2025-08-04T22:15:19.000Z","dependencies_parsed_at":"2024-06-19T08:07:11.280Z","dependency_job_id":"c8d784b3-8f84-4c0a-a654-eed003e395d9","html_url":"https://github.com/refraction-networking/watm","commit_stats":null,"previous_names":["refraction-networking/watm"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/refraction-networking/watm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refraction-networking%2Fwatm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refraction-networking%2Fwatm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refraction-networking%2Fwatm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refraction-networking%2Fwatm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refraction-networking","download_url":"https://codeload.github.com/refraction-networking/watm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refraction-networking%2Fwatm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-07T02:04:18.478Z","updated_at":"2026-02-27T17:10:21.915Z","avatar_url":"https://github.com/refraction-networking.png","language":"Go","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# `watm`: WebAssembly Transport Module\n![Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-green)\n![GPLv3](https://img.shields.io/badge/License-GPL--3.0-red)\n[![Test](https://github.com/refraction-networking/watm/actions/workflows/watm.yml/badge.svg?branch=master)](https://github.com/refraction-networking/watm/actions/workflows/watm.yml)\n[![Release Status](https://github.com/refraction-networking/watm/actions/workflows/release.yml/badge.svg)](https://github.com/refraction-networking/watm/actions/workflows/release.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/refraction-networking/watm.svg)](https://pkg.go.dev/github.com/refraction-networking/watm)\n\nThis repository contains tools for building WebAssembly Transport Modules (WATMs) for [water](https://github.com/refraction-networking/water) project. \n\n### Cite our work\n\nIf 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.\n\n\u003cdetails\u003e\n  \u003csummary\u003eBibTeX\u003c/summary\u003e\n    \n  ```bibtex\n    @inproceedings{water-foci24,\n        author = {Chi, Erik and Wang, Gaukas and Halderman, J. Alex and Wustrow, Eric and Wampler, Jack},\n        year = {2024},\n        month = {02},\n        number = {1},\n        pages = {22-28},\n        title = {Just add {WATER}: {WebAssembly}-based Circumvention Transports},\n        howpublished = \"\\url{https://www.petsymposium.org/foci/2024/foci-2024-0003.php}\",\n        publisher = {PoPETs},\n        address = {Virtual Event},\n        series = {FOCI '24},\n        booktitle = {Free and Open Communications on the Internet},\n    }\n  ```\n\u003c/details\u003e\n\n# License\n\nThis project is dual-licensed under both the Apache 2.0 license and the GPLv3 license. The license applies differently depending on how this project is used.\n\n- **Apache 2.0**: applies for the project itself, and all of its packages EXCEPT `examples`.\n- **GPLv3** applies when your project uses the code from `examples` package, including but not limited to when you modify and redistribute the example code, or even use it for a non-water scenario. However, if you decide to distribute the examples ONLY in a compiled form (i.e., the `.wasm` file), you are free to use the compiled output without a problem.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefraction-networking%2Fwatm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefraction-networking%2Fwatm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefraction-networking%2Fwatm/lists"}