@sdeverywhere/runtime 0.2.9 → 0.2.11

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
@@ -152,9 +152,9 @@ The `emcc` command line options should be similar to the following:
152
152
  $ emcc \
153
153
  build/<mymodel>.c build/macros.c build/model.c build/vensim.c build/allocation.c \
154
154
  -Ibuild -o ./output/<mymodel>.js -Wall -Os \
155
- -s STRICT=1 -s MALLOC=emmalloc -s FILESYSTEM=0 -s MODULARIZE=1 \
156
- -s EXPORTED_FUNCTIONS="['_malloc','_free','_getInitialTime','_getFinalTime','_getSaveper','_setLookup','_runModelWithBuffers']" \
157
- -s EXPORTED_RUNTIME_METHODS="['cwrap']"
155
+ -sSTRICT=1 -sMALLOC=emmalloc -sFILESYSTEM=0 -sMODULARIZE=1 \
156
+ -sEXPORTED_FUNCTIONS="['_malloc','_free','_getInitialTime','_getFinalTime','_getSaveper','_setLookup','_runModelWithBuffers']" \
157
+ -sEXPORTED_RUNTIME_METHODS="['cwrap']"
158
158
  ```
159
159
 
160
160
  Note that the generated module must export the following functions at minimum: