0.0.4 • Published 7 months ago

@webreflection/php v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

@webreflection/php

Re-packaged php-wasm for ESM.

import { PhpWeb } from 'https://cdn.jsdelivr.net/npm/@webreflection/php/es.js';

const php = new PhpWeb({
  print: console.log,
  printErr: console.error,
  locateFile: () => 'https://cdn.jsdelivr.net/npm/@webreflection/php/php-web.wasm'
});

php.addEventListener('ready', () => {
  php.run('<?php echo "Hello World!";');
});
0.0.4

7 months ago

0.0.3

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago