5.14.0-17.56ca112d5a19c9925b53af75c3c6b7ada97f9f85 • Published 1 day ago

@prisma/query-engine-wasm v5.14.0-17.56ca112d5a19c9925b53af75c3c6b7ada97f9f85

Weekly downloads
-
License
-
Repository
-
Last release
1 day ago

@prisma/query-engine-wasm

INTERNAL PACKAGE, DO NOT USE

This is a Wasm-compatible version of the Query Engine library (libquery). Currently, it just contains a skeleton of the public API, as some internal crates are still not Wasm-compatible.

The published npm package is internal to Prisma. Its API will break without prior warning.

Setup

# Install the latest Rust version with `rustup`
# or update the latest Rust version with `rustup`
rustup update
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen
cargo install wasm-pack

How to Build

From the current folder:

  • ./build.sh $OUT_NPM_VERSION

where e.g. OUT_NPM_VERSION="0.0.1" is the version you want to publish this package on npm with.

How to Publish

From the current folder:

  • wasm-pack publish --access public

How to Test

To try importing the , you can run:

  • nvm use
  • node --experimental-wasm-modules ./example.js
5.10.0-17

3 months ago

0.0.19

5 months ago

0.0.18

5 months ago

0.0.17

5 months ago

0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.6.1

6 months ago

0.0.6

6 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago