Skip to content

Latest commit

 

History

History

AssemblyScript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

AssemblyScript for Node.js WebAssembly

  • Install AssemblyScript
npm install assemblyscript
  • Compile to wasm
npx asc example.ts --outFile example.wasm --optimize
  • Run CJS and ESM examples
node 1-cjs.js
node 2-esm.mjs