MCPcopy
hub / github.com/prisma/prisma / allWasmEdgeRuntimeConfigs

Function allWasmEdgeRuntimeConfigs

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

Source from the content-addressed store, hash-verified

227}
228
229function* allWasmEdgeRuntimeConfigs(): Generator<BuildOptions> {
230 for (const format of MODULE_FORMATS) {
231 yield wasmEdgeRuntimeBuildConfig(format, `wasm-compiler-edge`)
232 }
233}
234
235function* allWasmBindgenRuntimeConfigs(): Generator<BuildOptions> {
236 for (const provider of DRIVER_ADAPTER_SUPPORTED_PROVIDERS) {

Callers 1

build.tsFile · 0.85

Calls 1

Tested by

no test coverage detected