-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer generator #160
Composer generator #160
Conversation
|
||
#pragma once | ||
|
||
#include "djinni_composer.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is order important here? if not sort them.
#pragma once | ||
|
||
#include "djinni_composer.hpp" | ||
#include "../cpp/expected.hpp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we avoid the relative paths?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed relative paths. they are not needed. "cpp" is already in include search path.
Code generator for bridging C++ and Composer/TypsScript.
The TypeScript type definitions reuses the TS generator for WebAssembly because they are 99% the same.
The C++ marshalling code targets the new Composer support library.