Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: php-wasm/node
slug: /developers/local-development/php-wasm-node
---

# Node.js માં વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ

<!--
# Using WordPress Playground in Node.js
-->

WebAssembly પ્રોજેક્ટ તરીકે, તમે Node.js માં વર્ડપ્રેસ પ્લેગ્રાઉન્ડ નો પણ ઉપયોગ કરી શકો છો.

<!--
As a WebAssembly project, you can also use WordPress Playground in Node.js.
-->

જો તમને અંતર્ગત WebAssembly PHP બિલ્ડ પર નીચા-સ્તરના નિયંત્રણની જરૂર હોય, તો [`@php-wasm/node` પેકેજ](https://npmjs.org/@php-wasm/node) પર એક નજર નાખો જે PHP WebAssembly રનટાઇમ મોકલે છે. આ પેકેજ Node.js માટેના બધા વર્ડપ્રેસ પ્લેગ્રાઉન્ડ ટૂલ્સના મૂળમાં છે.

<!--
If you need low-level control over the underlying WebAssembly PHP build, take a look at the [`@php-wasm/node` package](https://npmjs.org/@php-wasm/node) which ships the PHP WebAssembly runtime. This package is at the core of all WordPress Playground tools for Node.js.
-->

:::info **API સંદર્ભ**

વર્ગો, કાર્યો, ઇન્ટરફેસ અને પ્રકાર ઉપનામોની [સંપૂર્ણ સૂચિ](/api/node) જુઓ.

:::

<!--
:::info **API reference**

Consult the [complete list](/api/node) of Classes, Functions, Interfaces, and Type Aliases.

:::
-->

import PHPWASMNode from '@php-wasm/node/\README.md';

<PHPWASMNode />