You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a composer project named PHPWorld and i was thinking transitionning the computing into the browser using Php-Wasm.
Is there a tutorial explaining how to use a whole composer php project file with php-wasm ?
The text was updated successfully, but these errors were encountered:
Composer is a little weird because you could technically load the files at runtime from packagist without ever running composer, but you'd need a proxy since CORS prevents it from being loaded. This isn't a problem in nodejs though.
Other than that you'd need to run composer separately and then load the files into php-wasm at runtime.
I use a composer project named PHPWorld and i was thinking transitionning the computing into the browser using Php-Wasm.
Is there a tutorial explaining how to use a whole composer php project file with php-wasm ?
The text was updated successfully, but these errors were encountered: