Hi, I am looking to render graphics in canvas element via WASM, instead of JavaScript. Is this possible with AssemblyScript? For example, in game of life demo - rendering is done via javascript, is it possible to move it to assembly code?