We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once this is implemented: boa-dev/boa#1975 we should be able to simplify and improve all conversions from and to JsValue. The return value conversion code should become simpler and more robust: https://github.com/demergent-labs/azle/blob/main/src/compiler/typescript_to_rust/generators/canister_methods/developer_defined/return_value_conversion.ts#L10
JsValue
Also whenever we do cross canister calls or need to send any values into JS, that should become simpler.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once this is implemented: boa-dev/boa#1975 we should be able to simplify and improve all conversions from and to
JsValue
. The return value conversion code should become simpler and more robust: https://github.com/demergent-labs/azle/blob/main/src/compiler/typescript_to_rust/generators/canister_methods/developer_defined/return_value_conversion.ts#L10Also whenever we do cross canister calls or need to send any values into JS, that should become simpler.
The text was updated successfully, but these errors were encountered: