MCPcopy
hub / github.com/prisma/prisma / allWasmBindgenRuntimeConfigs

Function allWasmBindgenRuntimeConfigs

packages/client/helpers/build.ts:235–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235function* allWasmBindgenRuntimeConfigs(): Generator<BuildOptions> {
236 for (const provider of DRIVER_ADAPTER_SUPPORTED_PROVIDERS) {
237 for (const format of MODULE_FORMATS) {
238 for (const buildType of QUERY_COMPILER_BUILD_TYPES) {
239 yield wasmBindgenRuntimeConfig(provider, format, buildType)
240 }
241 }
242 }
243}
244
245void build([
246 generatorBuildConfig,

Callers 1

build.tsFile · 0.85

Calls 1

wasmBindgenRuntimeConfigFunction · 0.85

Tested by

no test coverage detected