11cb0ef41Sopenharmony_ci<!doctype html> 21cb0ef41Sopenharmony_ci<title>Check bindings in JavaScript and WebAssembly cycle (JS higher)</title> 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script> 51cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script> 61cb0ef41Sopenharmony_ci<script type=module> 71cb0ef41Sopenharmony_cisetup({ single_test: true }); 81cb0ef41Sopenharmony_ciimport { f } from "./resources/js-wasm-cycle.js"; 91cb0ef41Sopenharmony_ciassert_equals(f(), 24); 101cb0ef41Sopenharmony_cidone(); 111cb0ef41Sopenharmony_ci</script> 12