Go read this instead.
NB: Currently, you have to manually recompile AssemblyScript sources (located in ./wasm/
) with npm run build:asc
. The command npm run build
recompiles AS automatically.
- Figure out how to watch and recompile AssemblyScript folder. Rollup/Vite plugin???
- Deal with top-level await (generated by AssemblyScript compiler)
- Maybe make a Vite scaffold template, I dunno
This work is licensed under GPL-3.0-or-later (see NOTICE).