We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1770 commit 32025deCopy full SHA for 32025de
README.md
@@ -447,6 +447,8 @@ const php = new PhpWeb({sharedLibs: [
447
448
Some extensions require supporting libraries. You can provide URLs for those as `sharedLibs` as well, just pass `ini: false`:
449
450
+*(`name` is implied to be the last section of the URL here.)*
451
+
452
```javascript
453
const php = new PhpWeb({sharedLibs: [
454
{ url: 'https://unpkg.com/php-wasm-sqlite/php8.3-sqlite.so', ini: true },
0 commit comments