Releases: NLESC-JCER/cpp2wasm
Releases · NLESC-JCER/cpp2wasm
v0.4.0
Document describing a way that a researcher with a C++ algorithm can make it available as a web application.
Changed
- Directory structure (#67)
- Makefile does less entangles (#61)
v0.3.0
Document describing a way that a researcher with a C++ algorithm can make it available as a web application.
Added
- C++ in SonarCloud analysis (#73)
- Plot of equation (#30)
Fixed
- Use fabs instead of abs to fix tolerance issue (#79)
- Precision of the result (#79)
v0.2.0
Document describing a way that a researcher with a C++ algorithm can make it available as a web application.
Added
- JSON schema powered form (#27)
- WebAssembly module (#35)
- Vega plot (#15)
- Check broken links (#44)
- Citable (#40)
- Issue templates (#42)
Changed
- have a separate code block for equations #29 #43
- the html answer field: set instead of appending
v0.1.0
Document describing a way that a researcher with a C++ algorithm can make it available as a web application.
Initial release.
Added
- React app chapter (#14)
- Web worker chapter (#13)
- Emscripten bindings chapter (#12)
- Pubish web site (#7)
- Capture shell commands in Makefile (#3)
- Generated source code in repo (#1)
- Python chapter (#8)