seanmorris / php-wasm

PHP in Browser, powered by WebAssembly.
https://seanmorris.github.io/php-wasm/
Apache License 2.0
606 stars 32 forks source link

Filesystem with PhpWeb #27

Closed eduardoplnascimento closed 1 week ago

eduardoplnascimento commented 1 year ago

How do I access the filesystem module with PhpWeb?

I saw that the code doesn't export that module to the binary.

Is there a simpler way to get this access, or would I need to change the code to export the FS module?

eduardoplnascimento commented 1 year ago

Other question, can we use IndexedDb with PhpWeb filesystem?

seanmorris commented 5 months ago

Other question, can we use IndexedDb with PhpWeb filesystem?

Working on releasing that now. You should already see it working in the Drupal Demo