mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
wasmer_byte_array
visibility revert (see PR: "wasmer-c-api-changes: making wasmer_byte_array
fields public
#589")
This commit is contained in:
parent
f04d552361
commit
10fc660aad
@ -118,6 +118,6 @@ pub struct wasmer_limit_option_t {
|
|||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct wasmer_byte_array {
|
pub struct wasmer_byte_array {
|
||||||
pub bytes: *const u8,
|
bytes: *const u8,
|
||||||
pub bytes_len: u32,
|
bytes_len: u32,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user