WasmEdge Node.js SDK

The WasmEdge Node.js SDK allows embedding and calling WebAssembly functions from Node.js applications. It provides bindings for executing Wasm modules within the WasmEdge runtime from JavaScript, enabling high-performance compute from Node.js services.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmedge:wasmedge-nodejs-sdk
name: WasmEdge Node.js SDK
description: The WasmEdge Node.js SDK allows embedding and calling WebAssembly functions from Node.js
  applications. It provides bindings for executing Wasm modules within the WasmEdge runtime from JavaScript,
  enabling high-performance compute from Node.js services.
humanURL: https://wasmedge.org/docs/embed/node/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmedge.org/docs/embed/node/
tags:
- Node.js
- JavaScript
- SDK
- Embedding