Skip to content

motleyagency/playing-with-assemblyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some AssemblyScript stuff

Simple example how to use WASM in node.js projects.

  1. run npm install or yarn;
  2. check out the code, index.js contains the node code that uses wasm files. assembly/index.ts contains the AssemblyScript code that is compiled to WebAssembly.
  3. Run npm run asbuild or yarn run asbuild to compile to code to webassembly.
  4. Run node index.js to see the magical "Hello, Motley" string to appear.

About

Demonstrating the power of webassembly 🤠

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published