SourceTermAnalysisSystem_vue/node_modules/@emnapi/wasi-threads/index.js
2026-05-15 10:22:44 +08:00

6 lines
208 B
JavaScript

if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') {
module.exports = require('./dist/wasi-threads.cjs.min.js')
} else {
module.exports = require('./dist/wasi-threads.cjs.js')
}