Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@chafey/modern-cpp-lib
Advanced tools
Example showing how to build a JS/WASM version of a C++ library using modern cmake based on the following:
But expanded to include cross compiling to JavaScript/WASM using Emscripten
This project includes support for developing in a docker container using the Visual Studio Code Remote - Containers extension. The configured docker container includes emscripten, cmake and gcc so you can build, debug and run this project immediately without having to deal with toolchain dependencies. The default build task (shift+control+b) is to configure, build and run the tests
NOTE: If you don't use VS Code but want to use Docker, you can try using the Dockerfile in the .devcontainer folder.
The requirements are:
To configure, build and test:
./build.sh
After building, you can run the browser based test by running an http server at the root of this project and opening the file test/browser/index. I use HTTP Server / HTML Preview
FAQs
JS/WASM build of the modern-cpp-lib example
We found that @chafey/modern-cpp-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.