Files
Kmake/test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-function-error.js
2026-05-26 23:36:42 -07:00

3 lines
81 B
JavaScript

export const func = 42;
import { f } from "./js-wasm-cycle-function-error.wasm";