Skip to content

Conversation

@rabail-aamir
Copy link
Contributor

Description

This document provides an overview of how C++ support is implemented in Splashkit Online, including:

  • Where C++ related components live in the repository
  • Role of the CXXCompiler
  • How Web Workers and the Clang backend work
  • How C++ is compiled to WebAssembly (WASM)
  • How browser runtime executes compiled programs
  • How error handling works

It will help new contributors understand structured and flow of C++ backend and supports future improvement tasks.

Fixes # (issue)

Type of change

  • [ ✔] Documentation (update or new)

How Has This Been Tested?

This change affects documentation only.
No code functionality was modified.

Testing Checklist

  • [✔ ] Tested in latest Chrome
  • [ ✔] Tested in latest Safari
  • [ ✔] Tested in latest Firefox

Checklist

  • [✔ ] My code follows the style guidelines of this project
  • [ ✔] I have performed a self-review of my own code
  • [✔ ] I have commented my code in hard-to-understand areas
  • [✔ ] I have made corresponding changes to the documentation
  • [ ✔] My changes generate no new warnings
  • [ ✔] I have requested a review from ... on the Pull Request

Copy link

@stelaukin stelaukin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left some suggestions about the phrasing of a few things and there are a couple of minor spelling and grammar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants