mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Make method private
This commit is contained in:
parent
b7c799702f
commit
79a5766854
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue