Uh oh!
There was an error while loading. Please reload this page.
cc,wasi: support WASI reactors via -mexec-model flag. - #9052
Merged
Conversation
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
mathetake
commented
Jun 9, 2021
Author
reopened from #8978 |
kubkon
commented
Jun 9, 2021
Member
Thanks @mathetake, and sorry for the trouble! |
kubkon
commented
Jun 9, 2021
Member
@mathetake are you on Zig's discord by any chance? Would you be able to provide an example C that acts as a reactor, and one that acts as a command, and then how to invoke either using a runtime such as Wasmtime? |
kubkon
commented
Jun 9, 2021
Member
@mathetake merged! It'd be awesome if you joined our Discord server and we could discuss how to use reactor/command and perhaps come up with a plan on how to tackle that in Zig's libstd. Thanks for your great contribution! |
mathetake
commented
Jun 9, 2021
Author
@kubkon yeah I joined a few days ago but not login since then.. let me post some examples in a few days, see you there! Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on this patch to LLVM (https://reviews.llvm.org/D62922). This partially resolves (only for zig cc) #6757