Skip to content

Commit c1abd39

Browse files
committed
Code to run electra on browser.
1 parent 59c2171 commit c1abd39

File tree

5 files changed

+6225
-0
lines changed

5 files changed

+6225
-0
lines changed

electra_web/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM python:3.12
2+
3+
WORKDIR /electra-web
4+
COPY electra.js .
5+
COPY electra.wasm .
6+
COPY index.html .
7+
COPY worker.js .
8+
9+
CMD ["python", "-m", "http.server", "1225"]

0 commit comments

Comments
 (0)