Skip to content
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

Fix get-output return type #29

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Conversation

abrown
Copy link
Collaborator

@abrown abrown commented Jul 18, 2022

In porting the WITX definition to WIT, I inadvertently changed the
return type of get-output. @yamt identified this issue in #24--thank
you! This change fixes the return type to the original type,
tensor-data. (In the future, it may be interesting to return more
information about the tensor, but that can be a separate issue).

In porting the WITX definition to WIT, I inadvertently changed the
return type of `get-output`. @yamt identified this issue in WebAssembly#24--thank
you! This change fixes the return type to the original type,
`tensor-data`. (In the future, it may be interesting to return more
information about the tensor, but that can be a separate issue).
@abrown abrown merged commit d993faf into WebAssembly:main Jul 18, 2022
@abrown abrown deleted the fix-get-output branch July 18, 2022 18:42
@yamt
Copy link

yamt commented Jul 19, 2022

is it worth to fix this alone?
i mean, even with this fix, the witx version and the wit version don't seem to be api/abi compatible anyway as you can see in bytecodealliance/wasmtime#4451

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.

None yet

2 participants