-
Notifications
You must be signed in to change notification settings - Fork 202
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
Automatic adaption to 64bit architectures in guest code #1163
base: main
Are you sure you want to change the base?
Conversation
cc @jsturtevant for C# |
Sorry for the extensive patch, basically this changes the Rust and C code generation (in this case passing a list) to
|
I wasn't able to output the proper code for C# because I don't know enough of it, but Rust or C should give a good template. |
The publish test will be fixed by the next wasm-tools release (blocked there) |
Also part of #1098 |
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.
This all looks great to me, thanks! I'll work on getting a wasm-tools release out next week in order to merge this.
The wasm-tools update is at bytecodealliance/wasm-tools#2054 which is coupled with some extra testing in Wasmtime. I also want to do some more testing in this repository before publishing to ensure that not too much is broken here. |
No description provided.