Skip to content

Commit 6a20a52

Browse files
committed
Instructions to build with the new build script
1 parent b21c288 commit 6a20a52

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,16 @@ This project is going to take a couple different approaches:
99
Wasm + Adventureland
1010
---
1111

12-
https://stackoverflow.com/questions/70420273/how-can-i-make-webpack-embed-my-wasm-for-use-in-a-web-worker
12+
https://stackoverflow.com/questions/70420273/how-can-i-make-webpack-embed-my-wasm-for-use-in-a-web-worker
13+
14+
To build with the new packaging script:
15+
```
16+
$ python build_and_package.py gaussian-bots
17+
```
18+
...and then copy/paste the js from `bot_code.js`.
19+
20+
If you don't have the virtual environment set up yet:
21+
```
22+
$ python -m venv .venv
23+
$ python -m pip install -f requirements.txt
24+
```

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jinja2==3.1.3

0 commit comments

Comments
 (0)