summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/cargo_component.py
blob: 1c194bfcef5c12444888a716dac9248ba3048bf2 (plain) (blame)
1
2
3
4
from unit.applications.lang.wasm_component import ApplicationWasmComponent

def check_cargo_component():
    return ApplicationWasmComponent.prepare_env('hello_world') is not None