cpp2wasm icon indicating copy to clipboard operation
cpp2wasm copied to clipboard

Guide to make C++ available as a web application

Results 22 cpp2wasm issues
Sort by recently updated
recently updated
newest added
trafficstars

Write a blog article on https://blog.esciencecenter.nl/ summarizing/introducing the guide. Will likely need images from #32

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...

enhancement

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...

enhancement

Consider adding a line that helps people decide which section to focus on.

enhancement

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...

enhancement

Add command line arguments for the cli code example.

enhancement

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...

enhancement

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...