@bldrs-ai/conway 1.357.1128 → 1.360.1160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,14 +20,14 @@ Conway includes two major subcomponents:
20
20
 
21
21
  ### EMSDK Setup
22
22
  1. Clone the [EMSDK](https://github.com/emscripten-core/emsdk) repo and add it to your path (see their instructions)
23
- 2. Conway is using `3.1.72`
23
+ 2. Conway is using `6.0.2` (or run `scripts/setup-emsdk.sh`, which installs the pinned version)
24
24
  ```
25
25
  > cd $EMSDK
26
- > ./emsdk install 3.1.72
27
- > ./emsdk activate 3.1.72
26
+ > ./emsdk install 6.0.2
27
+ > ./emsdk activate 6.0.2
28
28
  > cd $CONWAY
29
29
  conway> emcc -v
30
- emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.72 (437140d149d9c977ffc8b09dbaf9b0f5a02db190)
30
+ emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 6.0.2
31
31
  ...
32
32
  ```
33
33
 
Binary file
Binary file