Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lichrot/practical-as-demo

Practical WASM / React / Vite demo setup
https://github.com/lichrot/practical-as-demo

assemblyscript react reactjs vite vitejs wasm webassembly

Last synced: 2 months ago
JSON representation

Practical WASM / React / Vite demo setup

Awesome Lists containing this project

README

        






# [practical-as-demo] The Fibonacci Edition

Go read [this](https://cs.stanford.edu/~knuth/taocp.html) instead.
NB: Currently, you have to manually recompile AssemblyScript sources (located in [`./wasm/`](/wasm/)) with `npm run build:asc`. The command `npm run build` recompiles AS automatically.

# [📜] Todo

- 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

# [📝] License

This work is licensed under [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) (see [NOTICE](/NOTICE)).