Files
docs/node_modules/shiki/dist/wasm-dynamic-K7LwWlz7.js
yinxue 9e1b8bdc9d
Some checks failed
CI Pipeline / build (push) Failing after 3m23s
first-commit
2025-08-27 14:05:33 +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 };