Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating WASM to ping google #186

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ayeshamahfuz
Copy link

@ayeshamahfuz ayeshamahfuz commented Feb 13, 2024

This project showcases how to create a WebAssembly (WASM) module in the browser that can execute an HTTP call, using a simple example of pinging Google. The JavaScript file (generateWasm.js) contains the logic to compile the AssemblyScript code template to WebAssembly and load the module. The HTML file (index.html) serves as the entry point for the web application and demonstrates how to use this setup to execute an HTTP request to Google's website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant