A WebAssembly module written in AssemblyScript that generates a fire effect.
- Canvas
- ImageData
- Framebuffer
- Memory
- requestAnimationFrame
- Clone this repository:
git clone https://github.com/krondorl/fire-as-wasm.git
cd fire-as-wasm- Install dependencies:
npm install- Build the project:
npm run asbuild- Test the project:
npm run test- Run the project in browser:
npm startPlease check out LICENSE and NOTICE files.
- AssemblyScript Documentation
- WebAssembly Official Site
- MDN WebAssembly
- AssemblyScript - HTTP 203
- Introduction to Web Assembly
- Wasm By Example
- September 2025: Initial release
