Sean Morris

Results 66 comments of Sean Morris

@WebReflection Can we move those concerns to a new issue? I'd like to close this one since ESM is going to be the primary release type from now on.

Version 0.0.9 is in alpha, and includes php 8.3, as well as a bunch of extensions: ![image](https://github.com/seanmorris/php-wasm/assets/640101/86ab29d6-f0f6-4274-8b87-a21f1a97fb7d)

For this one, I'd need to essentially reimplement libcurl using fetch. Not impossible...

I've added url_fopen to vrzno. This might not fix curl-specific stuff, but if anyone can fallback on that, its been implemented. A fetch-based Curl clone is still on the way.

@gzurl Is the issue still present for you on the latest master?

Closing since Drupal is no longer a custom build. Everything now runs on stock php-wasm & php-cgi-wasm.

Just replace `new URL('./', import.meta.url)` with `new URL('./', Object(import.meta).url)` if you don't want webpack to touch it.

The shared libs aren't required to run php-wasm, except for libxml, which should be loaded automatically. The service worker will respond to any HTTP requests made to the domain that...

@mglaman I've got a branch with sourcemaps and symbols. I'll be pushing that out in a separate release-channel on NPM. I'll post updates here as soon as that's out.

That's on its way.