Skip to content

Conversation

@twells46
Copy link
Contributor

Previously, the /compile route wrote to a .c file and compiled with emcc, which caused Emscripten to try to compile user code as C even if it was C++. This patch:

  • Names the files with the correct extension.
  • Calls em++ instead of emcc when language is C++.
  • Fixes simMainWrapper in C++.
  • Fixes incorrect libkipr import in C++.

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.

3 participants