Skip to content

greatUzumaki/Canvas-AssemblyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Welcome to my first AssemblyScript project!

This project has been created using webpack-cli

npm run asbuild

or

yarn asbuild

to compile WebAssembly module


npm run build

or

yarn build

to bundle your application

Project struct

project
│   index.html              // main index.html
│   webpack.config.js       // WebPack config
│   ...
│
└───src
│   │   index.js            // JS entry file
│   │   style.css           // just styling
│   └───
│
└───wasm
│   │   asconfig.json       // AS settings
│   │   ...
│   │
│   └───assembly
│   │   │   index.ts        // main AS file
│   │   │   tsconfig.json   // TS settings
│   │   └───
│   │
│   └───build               // folder for compiled modules
│

About

My first AS project for perceptron lab

Topics

Resources

Stars

Watchers

Forks