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 a compilation error because of c_char #15

Merged

Conversation

lum1n0us
Copy link
Collaborator

The error was:

     = note: expected raw pointer `*mut *mut u8`
                found raw pointer `*mut *mut i8`

The error was:
```
     = note: expected raw pointer `*mut *mut u8`
                found raw pointer `*mut *mut i8`
```
Copy link
Collaborator

@wenyongh wenyongh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lum1n0us lum1n0us merged commit bb07b7c into bytecodealliance:main Mar 26, 2024
2 checks passed
@lum1n0us lum1n0us deleted the fix/compiling_error_for_c_char branch March 26, 2024 06:17
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.

2 participants