/wasm-hello-world

A classic Hello World example for WASM

Primary LanguageWebAssemblyMIT LicenseMIT

Hello World WASM Application

This was made for educational purposes, and as a starting point to every Web Assembly future projects.

Install

$ git clone https://github.com/Den1al/wasm-hello-world
$ cd wasm-hello-world
$ npm install

Build

$ npm run build

The code (code.wasm) should now appear in the public folder.

Run

$ npm start
Created by Daniel Abeles