Files
devstar_introduction/node_modules/shiki/dist/wasm-dynamic-K7LwWlz7.js
2025-07-26 16:40:29 +08:00

9 lines
281 B
JavaScript

import { warnDeprecated } from '@shikijs/core';
const getWasmInlined = async (info) => {
warnDeprecated('`getWasmInlined` is deprecated. Use `import("shiki/wasm")` instead.');
return import('shiki/wasm').then((wasm) => wasm.default(info));
};
export { getWasmInlined as g };