-
Notifications
You must be signed in to change notification settings - Fork 1
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
add wasm support to the conversion #66
Conversation
Solved #65 and adds the wasm support |
|
||
initial_result = str(populated_module.module.ir()) # type: ignore | ||
|
||
initial_result = ( |
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.
It is probably easier to understand this when looking at the individual commits
wasm_func_interface += f"i{self.int_type_str} " | ||
else: | ||
raise ValueError( | ||
"wasm function which return more than" |
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.
I guess we should make an issue for this?
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.
Yes I will do that
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.
Done at CQCL/pytket-quantinuum#201
I have added that to pytket-quantinuum because this is an issues that needs to be solved for qasm, qir and on the hardware side
No description provided.