You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Wasmer API, we have two kind of tests: js and sys ones depending on the feature used.
However, both are testing the Wasmer API (which should be resilient across the js or sys feature).
In general, we should unify the crates/api/tests for both js and sys (and using the test or wasm_bindgen macro depending on the target/feature).
That way we test our that our public API is resilient
The text was updated successfully, but these errors were encountered:
In the Wasmer API, we have two kind of tests:
js
andsys
ones depending on the feature used.However, both are testing the Wasmer API (which should be resilient across the js or sys feature).
In general, we should unify the
crates/api/tests
for both js and sys (and using thetest
orwasm_bindgen
macro depending on the target/feature).That way we test our that our public API is resilient
The text was updated successfully, but these errors were encountered: