Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lichrot/practical-as-demo
- Owner: lichrot
- License: gpl-3.0
- Created: 2022-06-22T12:24:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T10:32:09.000Z (over 2 years ago)
- Last Synced: 2024-07-29T16:58:14.695Z (5 months ago)
- Topics: assemblyscript, react, reactjs, vite, vitejs, wasm, webassembly
- Language: TypeScript
- Homepage: https://practical-as-demo.netlify.app/
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).