files property

Map<String, Uint8List> get files

获取当前可供 Wasm 模块读取的路径及其字节内容

Implementation

Map<String, Uint8List> get files => Map.unmodifiable(_files);