{"id":15747718,"url":"https://github.com/developer-guy/first-impression-for-wasm-with-go","last_synced_at":"2025-03-31T06:41:38.877Z","repository":{"id":104876003,"uuid":"319022284","full_name":"developer-guy/first-impression-for-wasm-with-go","owner":"developer-guy","description":"Getting started WASM with Go","archived":false,"fork":false,"pushed_at":"2020-12-06T12:20:30.000Z","size":679,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T11:22:54.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developer-guy.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":"2020-12-06T11:59:09.000Z","updated_at":"2021-02-25T19:25:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"39947ca1-f5f5-4514-8c53-6b390f4c82b9","html_url":"https://github.com/developer-guy/first-impression-for-wasm-with-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Ffirst-impression-for-wasm-with-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Ffirst-impression-for-wasm-with-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Ffirst-impression-for-wasm-with-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Ffirst-impression-for-wasm-with-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer-guy","download_url":"https://codeload.github.com/developer-guy/first-impression-for-wasm-with-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429449,"owners_count":20775805,"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":[],"created_at":"2024-10-04T05:21:34.558Z","updated_at":"2025-03-31T06:41:38.844Z","avatar_url":"https://github.com/developer-guy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"Credit: https://www.andreagrandi.it/2020/10/23/getting-started-with-tinygo-webassembly/\"\u003e \u003cimg src=\"./logo/tinygo-logo.png\"/\u003e \u003c/a\u003e\n\u003c/div\u003e\n\n# Getting started WASM with Go\n\n## What is WASM ?\nWebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.\n\nBut what does it mean?\n* It means you can compile a code written in C or Rust, for example, and execute it on the browser, at near-native speed.\n* You can reuse that old code you have and be able to run it on your browser, as it was a web application.\n* The WebAssembly code runs in a Virtual Machine, alongside with JavaScript. It is not a way to replace JavaScript. It’s a way to optimize and take care of performance critical components of a web application\n\n\u003e Credit: https://medium.com/vacatronics/how-to-write-a-webassembly-app-in-go-fd769fa2b64b\n\n## Usage\n\nFirst, Clone this project project with the command below:\n```bash\n$ git clone https://github.com/developer-guy/first-impression-for-wasm-with-go.git\n```\n\nThen, you need to run the server with the command below:\n```bash\n$ go run cmd/server/main.go\n```\n\nAfter the server becomes running, go the following link on the browser:\n```bash\n$ open http://localhost:8000\n```\n\nYou will see the message on the screen that you provided within the [cmd/wasm/main.go](./cmd/wasm/main.go)\n![browser-screenshot](./logo/browserscreenshot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Ffirst-impression-for-wasm-with-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-guy%2Ffirst-impression-for-wasm-with-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Ffirst-impression-for-wasm-with-go/lists"}