Skip to content

Commit 3da08f3

Browse files
committed
UPC minimal Ca cycling model. RK4 solution implementations in C/Julia/Python
1 parent 0e2dfc7 commit 3da08f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The programs have some dependencies:
1616

1717
To compile the C version I used `g++ -o calcium calcium.cc`.
1818

19+
The file `cark.cc` is the file exposing the functions compiled in WASM. This file was compiled using:
20+
21+
`emcc cark.cc -o cark.js -sEXPORTED_RUNTIME_METHODS=ccall,cwrap -sEXPORT_ES6 -sMODULARIZE -sMALLOC=dlmalloc -sALLOW_MEMORY_GROWTH=1 -sEXPORTED_FUNCTIONS=_malloc,_free,_I_s,_c_i,_c_r,_rk`
22+
1923
## Usage.
2024
The three versions take three arguments: $T_s$, $T_r$ and $N$.
2125

0 commit comments

Comments
 (0)