analytics / tracker /compiler /worker-thread.js
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
6778ee0 verified
Raw
History Blame Contribute Delete
106 Bytes
import { compileFile } from './index.js'
import { expose } from 'threads/worker'
expose({ compileFile })