UNPKG

php-wasm

Version:

Run PHP right in the browser or anywhere else JS can run

5 lines (3 loc) 178 B
console.info('Deprecated. Use php-tags.mjs'); const importMeta = import.meta; import(new URL('./PhpWeb.mjs', importMeta.url) + '').then(({runPhpTags}) => runPhpTags(document));