@bldrs-ai/conway 1.358.1136 → 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 +4 -4
- package/compiled/Dist/ConwayGeomWasmNode.js +0 -0
- package/compiled/Dist/ConwayGeomWasmNodeMT.js +0 -0
- package/compiled/Dist/ConwayGeomWasmWeb.js +0 -0
- package/compiled/Dist/ConwayGeomWasmWebMT.js +2 -19
- package/compiled/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.js +2 -19
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts +8 -0
- package/compiled/dependencies/conway-geom/interface/conway_geometry.d.ts.map +1 -1
- package/compiled/dependencies/conway-geom/interface/conway_geometry.js +13 -0
- package/compiled/examples/browser-bundled.cjs +1 -1
- package/compiled/examples/cli-bundled.cjs +10291 -10370
- package/compiled/examples/cli-step-bundled.cjs +10308 -10387
- package/compiled/examples/validator-bundled.cjs +1 -1
- package/compiled/src/AP214E3_2010/ap214_regression_main.js +3 -0
- package/compiled/src/ifc/ifc_regression_main.js +3 -0
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
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 `
|
|
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
|
|
27
|
-
> ./emsdk activate
|
|
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)
|
|
30
|
+
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 6.0.2
|
|
31
31
|
...
|
|
32
32
|
```
|
|
33
33
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|