We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21c288 commit 6a20a52Copy full SHA for 6a20a52
README.md
@@ -9,4 +9,16 @@ This project is going to take a couple different approaches:
9
Wasm + Adventureland
10
---
11
12
-https://stackoverflow.com/questions/70420273/how-can-i-make-webpack-embed-my-wasm-for-use-in-a-web-worker
+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
@@ -0,0 +1 @@
1
+Jinja2==3.1.3
0 commit comments