mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
Adjust comment rulers.
This commit is contained in:
@ -10,7 +10,7 @@ use crate::{
|
|||||||
|
|
||||||
// +*****************************+
|
// +*****************************+
|
||||||
// | LOCAL MEMORIES |
|
// | LOCAL MEMORIES |
|
||||||
// +****************************+
|
// +*****************************+
|
||||||
|
|
||||||
pub unsafe extern "C" fn local_static_memory_grow(
|
pub unsafe extern "C" fn local_static_memory_grow(
|
||||||
ctx: &mut vm::Ctx,
|
ctx: &mut vm::Ctx,
|
||||||
@ -72,7 +72,7 @@ pub unsafe extern "C" fn local_dynamic_memory_size(
|
|||||||
|
|
||||||
// +*****************************+
|
// +*****************************+
|
||||||
// | IMPORTED MEMORIES |
|
// | IMPORTED MEMORIES |
|
||||||
// +****************************+
|
// +*****************************+
|
||||||
|
|
||||||
pub unsafe extern "C" fn imported_static_memory_grow(
|
pub unsafe extern "C" fn imported_static_memory_grow(
|
||||||
ctx: &mut vm::Ctx,
|
ctx: &mut vm::Ctx,
|
||||||
@ -140,7 +140,7 @@ pub unsafe extern "C" fn imported_dynamic_memory_size(
|
|||||||
|
|
||||||
// +*****************************+
|
// +*****************************+
|
||||||
// | LOCAL TABLES |
|
// | LOCAL TABLES |
|
||||||
// +****************************+
|
// +*****************************+
|
||||||
|
|
||||||
pub unsafe extern "C" fn local_table_grow(
|
pub unsafe extern "C" fn local_table_grow(
|
||||||
ctx: &mut vm::Ctx,
|
ctx: &mut vm::Ctx,
|
||||||
|
Reference in New Issue
Block a user