Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@prisma/query-engine-wasm
Advanced tools
**INTERNAL PACKAGE, DO NOT USE**
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 5,884 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 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.