Skip to content

Commit 32025de

Browse files
committed
README tweaks
1 parent 34f1770 commit 32025de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ const php = new PhpWeb({sharedLibs: [
447447
448448
Some extensions require supporting libraries. You can provide URLs for those as `sharedLibs` as well, just pass `ini: false`:
449449
450+
*(`name` is implied to be the last section of the URL here.)*
451+
450452
```javascript
451453
const php = new PhpWeb({sharedLibs: [
452454
{ url: 'https://unpkg.com/php-wasm-sqlite/php8.3-sqlite.so', ini: true },

0 commit comments

Comments
 (0)