compile method
Compile the script. 编译脚本,编译通即会保存快照.
Implementation
@MPI(name: "mesh.vmc.compile")
Future<String?> compile(Script script, {Context? ctx}) {
throw UnimplementedError('compile() has not been implemented.');
}
Compile the script. 编译脚本,编译通即会保存快照.
@MPI(name: "mesh.vmc.compile")
Future<String?> compile(Script script, {Context? ctx}) {
throw UnimplementedError('compile() has not been implemented.');
}