cpp2wasm
cpp2wasm copied to clipboard
Guide to make C++ available as a web application
Write a blog article on https://blog.esciencecenter.nl/ summarizing/introducing the guide. Will likely need images from #32
Fixes #45
Chrome is getting debugging support for WebAssembly modules. Aka add breakpoint on a C++ line in DevTools. It would be nice to have a chapter about debugging once this support...
The guide uses shortcuts for building/deployment you would not take if you made a real web application/service. 1. [ ] You don't compile pybind11 yourself, but let a build system...
Consider adding a line that helps people decide which section to focus on.
The following ways have a long running task implementation * Python web application * JavaScript web service * JavaScript web application But the following ways don't * Web service using...
Add command line arguments for the cli code example.
Similar to the JS Web application the Python web apps could be tested with Cypress. This will make the tests more robust as now only the http status code is...
At the moment the [entangled pandoc filter](https://github.com/entangled/filters) is used to generated source code from Markdown, but since v1 [entangled](https://github.com/entangled/entangled) can also tangle. The entangled command can also be scripted making...