Skip to content

Fix a compilation error because of c_char#15

Merged
lum1n0us merged 1 commit intobytecodealliance:mainfrom
lum1n0us:fix/compiling_error_for_c_char
Mar 26, 2024
Merged

Fix a compilation error because of c_char#15
lum1n0us merged 1 commit intobytecodealliance:mainfrom
lum1n0us:fix/compiling_error_for_c_char

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
@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