
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
@prisma/query-engine-wasm
Advanced tools
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.
# 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
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.
From the current folder:
wasm-pack publish --access public
To try importing the , you can run:
nvm use
node --experimental-wasm-modules ./example.js
FAQs
Unknown package
The npm package @prisma/query-engine-wasm receives a total of 9,677 weekly downloads. As such, @prisma/query-engine-wasm popularity was classified as popular.
We found that @prisma/query-engine-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.