#include "flutter/skwasm/export.h"
#include "flutter/skwasm/live_objects.h"
#include "third_party/skia/include/core/SkData.h"
Go to the source code of this file.
◆ skData_create()
◆ skData_dispose()
Definition at line 26 of file data.cc.
26 {
29}
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
References Skwasm::live_data_count.
◆ skData_getConstPointer()
| SKWASM_EXPORT const void * skData_getConstPointer |
( |
SkData * |
data | ) |
|
◆ skData_getPointer()
Definition at line 14 of file data.cc.
14 {
15 return data->writable_data();
16}
◆ skData_getSize()