NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

emscriptem bindings for root finding #12

Closed sverhoeven closed 4 years ago

sverhoeven commented 4 years ago

Adjust code blocks of https://github.com/NLESC-JCER/cpp2wasm#accessing-c-function-from-javascript-in-web-browser to Newton Raphson root finding algorithm.

Acceptance criteria:

Tasks: