Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
wasmer_byte_array visibility revert (see PR: "wasmer-c-api-changes:…
Browse files Browse the repository at this point in the history
… making `wasmer_byte_array` fields `public` wasmerio#589")
  • Loading branch information
YaronWittenstein committed Jul 29, 2019
1 parent f04d552 commit 10fc660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/runtime-c-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ pub struct wasmer_limit_option_t {

#[repr(C)]
pub struct wasmer_byte_array {
pub bytes: *const u8,
pub bytes_len: u32,
bytes: *const u8,
bytes_len: u32,
}

0 comments on commit 10fc660

Please sign in to comment.