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
│ 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
│