forked from bytecodealliance/wit-bindgen
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Variants #2
Conversation
This file contains 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
bytecodealliance#776) * adds new WasmImportLinkAttribute for C# and initial support for mono runtime. * run mono in codegen tests * fixes some warnings and test bug * removed unused code and comments * reverted format changes --------- Co-authored-by: Timmy Silesmo <timmy@raybrowser.com>
… if multiple versions of the package exist (bytecodealliance#813)
* feat(c#): Multi-return support Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * fixes multi return * changes after tuples went in Signed-off-by: James Sturtevant <jsturtevant@gmail.com> --------- Signed-off-by: James Sturtevant <jsturtevant@gmail.com> Co-authored-by: Timmy Silesmo <silesmo@nor2.io>
* Add csharp test Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * Fix the test Signed-off-by: James Sturtevant <jsturtevant@gmail.com> --------- Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
* most codegen tests pass * add flag to indicate an interface is being generated * Enable runtime tests * suffix "World" to world name * split option tests so that itt can be brought up without `result` * add back some needed types * tidy, revert many-arguments changes * revert ws change * tidy and marry up namespace changes in versions test * use Direction over bool for import or export remove redundant in_interface flag * correct bool conversion * reinstate function level bool * reinstate function level bool
* feature(c#): Adds enum lifting and lowering Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * use simplier version for conversion Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * Add Debug statement Signed-off-by: James Sturtevant <jsturtevant@gmail.com> * Add correct qualifier Signed-off-by: James Sturtevant <jsturtevant@gmail.com> --------- Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
* Update wasm-tools/wasmtime dependencies Bring them all up to their latest * Fix some test code * More test fixes * Update wasi adapter
Lift the approach I added in bytecodealliance/wasmtime#7794
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
* Update the README Much time has passed since the last update so try to make words a bit more accurate. * Review comments
* Runtime test for options * cargo fmt
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Release latest changes related to updating wasm-tools dependencies.
* Update how WIT is parsed throughout Use the `Resolve::push_path` API added recently to wasm-tools to support more forms of input directories. * Bump crates to 0.18.0
Instead of using `include_str!` use `include_bytes!` since the inputs may now be in the wasm binary format instead of source file in utf-8.
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
…ter alignment and missing cleanup function.
Sign up for free
to 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.
No description provided.