Skip to content

Chrysalis-B/iwasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Assembly exercise project

  1. Run nvm use and npm i
  2. Compile code inside assembly/index.ts to WebAssembly with npm run asbuild
  3. The module exposes functions minusOne,fizzbuzz and readMemory which all accept one number
  4. Start web server to serve the module with npm start -> you should see the output of the functions in the browser and the console.
  5. To use module in Node REPL run node --experimental-repl-await and then import the module with let iwasm = await import('iwasm'); -> function can then be called like so iwasm.minusOne(number)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published