0.0.9-q • Published 8 months ago

php-wasm-libxml v0.0.9-q

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

php-wasm-libxml

libxml extension for php-wasm

https://github.com/seanmorris/php-wasm

https://www.npmjs.com/package/php-wasm

Usage

The library libxml.so is included by default with php-wasm, and will be loaded automatically.

You can rely on the default loading behavior if all .so files are served from the same directory as your .wasm files.

You can provide a callback as the locateFile option to map library names to URLs:

const locateFile = (libName) => {
    return `https://my-example-server.site/path/to/libs/${libName}`;
};

const php = new PhpWeb({locateFile});

Build options:

The following options may be set in .php-wasm-rc for custom builds of php-wasm & php-cgi-wasm.

  • WITH_LIBXML

WITH_LIBXML

0|static|shared

When compiled as a shared libary, this will produce the libary file libxml.so.

0.0.9-alpha-27

8 months ago

0.0.9-alpha-25

9 months ago

0.0.9-alpha-22

9 months ago

0.0.9-alpha-23

9 months ago

0.0.9-alpha-24

9 months ago

0.0.9-alpha-21

9 months ago

0.0.9-alpha-20

9 months ago

0.0.9-alpha-18

9 months ago

0.0.9-alpha-19

9 months ago

0.0.9-alpha-17

9 months ago

0.0.9-k

1 year ago

0.0.9-j

1 year ago

0.0.9-i

1 year ago

0.0.9-h

1 year ago

0.0.9-n

1 year ago

0.0.9-m

1 year ago

0.0.9-l

1 year ago

0.0.9-g

1 year ago

0.0.9-f

1 year ago

0.0.9-e

1 year ago

0.0.9-d

1 year ago

0.0.9-q

1 year ago

0.0.9-p

1 year ago

0.0.9-b

1 year ago

0.0.9-a

1 year ago

0.0.9

1 year ago

0.0.1

1 year ago

0.0.0

2 years ago