Skip to content

Add binary version validation #28

@juancastillo0

Description

@juancastillo0

DynamicLibrary _validateLibrary(DynamicLibrary library) {
if (library.providesSymbol('wire_compile_wasm')) {
return library;
}
throw Exception('Invalid library $library');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementSmall improvement over already created functionalities

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions