wasmer run hellotheresirs/portfolio
Portfolio
Static website for games and projects.
Public site files are in public/.
Structure
public/- static site root (index.html, style.css, script.js, cipher.js, cipher.html)crimson_cipher.py- original Python Tkinter app (downloadable; not runnable in browser)
Run locally with Wasmer (or a static server)
Install Wasmer CLI and run from repo root:
wasmer run . -- --port 8080
# or use: python -m http.server 8080 from the `public` directory
Deploy
- Create a GitHub repo and push this folder.
- Deploy with Wasmer CLI:
wasmer deployfrom repo root (it will servepublic/).
Notes
- The browser cipher demo uses a simple XOR-derived key. It's for demonstration only, not cryptographically secure.