mglaman / wasm-drupal

Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
33 stars 6 forks source link

Cannot perform HTTP requests within Drupal #79

Open mglaman opened 3 months ago

mglaman commented 3 months ago

Guzzle does not work. This prevents using an interactive installer with Starshot since it fails to download oEmbed data

related reading

mglaman commented 2 months ago

Emscripten supports websockets https://emscripten.org/docs/porting/networking.html

We can provide a websocket configuration. This should support PHP's streams and Guzzle's \GuzzleHttp\Handler\StreamHandler