mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 15:11:37 +00:00
@ -245,7 +245,7 @@ pub struct CacheImage {
|
|||||||
/// Code for the whole module.
|
/// Code for the whole module.
|
||||||
code: Vec<u8>,
|
code: Vec<u8>,
|
||||||
|
|
||||||
/// Offsets to the beginnings of each function. (including trampoline, if any)
|
/// Offsets to the beginnings of each function (including trampoline, if any).
|
||||||
function_pointers: Vec<usize>,
|
function_pointers: Vec<usize>,
|
||||||
|
|
||||||
/// Offsets to the beginnings of each function after trampoline.
|
/// Offsets to the beginnings of each function after trampoline.
|
||||||
|
Reference in New Issue
Block a user