{"id":20196663,"url":"https://github.com/wasm-outbound-http-examples/go","last_synced_at":"2025-03-03T08:14:55.837Z","repository":{"id":178379425,"uuid":"657269718","full_name":"wasm-outbound-http-examples/go","owner":"wasm-outbound-http-examples","description":"Make HTTP requests from inside WASM in Golang. Devcontainer and demo.","archived":false,"fork":false,"pushed_at":"2024-11-13T16:57:54.000Z","size":5521,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T19:40:19.605Z","etag":null,"topics":["go","golang","hogosuru","http-client","http-request","vecty","wasi","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://wasm-outbound-http-examples.github.io/go/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wasm-outbound-http-examples.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-22T17:29:55.000Z","updated_at":"2024-11-13T17:02:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9dd267b2-c2aa-4381-b3bf-8e1d34a7e37e","html_url":"https://github.com/wasm-outbound-http-examples/go","commit_stats":null,"previous_names":["wasm-outbound-http-examples/go"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-outbound-http-examples%2Fgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-outbound-http-examples%2Fgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-outbound-http-examples%2Fgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-outbound-http-examples%2Fgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasm-outbound-http-examples","download_url":"https://codeload.github.com/wasm-outbound-http-examples/go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629769,"owners_count":19993710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["go","golang","hogosuru","http-client","http-request","vecty","wasi","wasm","webassembly"],"created_at":"2024-11-14T04:25:18.921Z","updated_at":"2025-03-03T08:14:55.817Z","avatar_url":"https://github.com/wasm-outbound-http-examples.png","language":"Go","readme":"# Make HTTP requests from inside WASM in Golang\n\nThis devcontainer is configured to provide you a latest stable version of Go toolset.\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/wasm-outbound-http-examples/go)\n\n### WASI / Standalone Examples\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003e#\u003c/th\u003e\n\u003cth\u003eExample\u003c/th\u003e\n\u003cth\u003eDescription\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e1\u003c/td\u003e\n\u003ctd\u003e\n\n[stealthrocket/net](wasi-stealthrocket-net/README.md)\n\n\u003c/td\u003e\n\u003ctd\u003e\n\nUse stealthrocket/net library to send HTTP requests from WASI envinronment.\nTest resulting WASM with `wasirun` and `wasmedge`.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n### Browser / JS runtime Examples\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003e#\u003c/th\u003e\n\u003cth\u003eExample\u003c/th\u003e\n\u003cth\u003eDescription\u003c/th\u003e\n\u003cth\u003eBrowser demo\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e1\u003c/td\u003e\n\u003ctd\u003e\n\n[Nigel2392/requester](browser-requester/README.md)\n\n\u003c/td\u003e\n\u003ctd\u003e\n\nUse Nigel2392/requester library to send HTTP requests from web browser.\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n[Demo](https://wasm-outbound-http-examples.github.io/go/requester/)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2\u003c/td\u003e\n\u003ctd\u003e\n\n[Vecty](browser-vecty/README.md)\n\n\u003c/td\u003e\n\u003ctd\u003e\n\nUse Vecty UI library to send HTTP requests from web browser.\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n[Demo](https://wasm-outbound-http-examples.github.io/go/vecty/)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e3\u003c/td\u003e\n\u003ctd\u003e\n\n[Hogosuru](browser-hogosuru/README.md)\n\n\u003c/td\u003e\n\u003ctd\u003e\n\nUse Hogosuru framework to send HTTP requests from web browser.\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n[Demo](https://wasm-outbound-http-examples.github.io/go/hogosuru/)\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003csub\u003eCreated for (wannabe-awesome) [list](https://github.com/vasilev/HTTP-request-from-inside-WASM)\u003c/sub\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasm-outbound-http-examples%2Fgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasm-outbound-http-examples%2Fgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasm-outbound-http-examples%2Fgo/lists"}