4 lines
157 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
import { notImplementedClass } from "../_internal/utils.mjs";
export const WASI = /* @__PURE__ */ notImplementedClass("wasi.WASI");
export default { WASI };