Make method private

This commit is contained in:
Ayaz Hafiz 2022-08-18 18:24:38 -05:00
parent b7c799702f
commit 79a5766854
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1886,7 +1886,7 @@ impl<'a> WasmBackend<'a> {
/// If the data size is known at compile time, pass it in comptime_data_size.
/// If size is only known at runtime, push *data* size to the VM stack first.
/// Leaves the *data* address on the VM stack
pub fn allocate_with_refcount(
fn allocate_with_refcount(
&mut self,
comptime_data_size: Option<u32>,
alignment_bytes: u32,