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
copy toml from 'docs.wasmer.io/edge/guides/laravel#setup-a-wasmer-package'
wasmer run .
(in seprate terminal) curl localhost:8080
I get this:
Γ¥» wasmer run .
The current package is requesting networking access.
Run the package with `--net` flag to bypass the prompt.
? Would you like to allow networking for this package? [options: yes/no/always] (alwa
Γ£ö Would you like to allow networking for this package? [options: yes/no/always] ┬╖ always
[Tue Jan 14 04:46:47 2025] PHP 8.3.4 Development Server (http://localhost:8080) started
[Tue Jan 14 04:46:51 2025] 127.0.0.1:48856 Accepted
thread 'TokioTaskManager Thread Pool_thread_2' panicked at lib/virtual-fs/src/host_fs.rs:483:63:
called `Result::unwrap()` on an `Err` value: Os { code: 24, kind: Uncategorized, message: "Too many open files" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: Unable to wait for the process to exit
Γöé 1: RuntimeError: Thread manager disconnected
Γöé 2: RuntimeError: Thread manager disconnected
Γò░ΓöÇΓû╢ 3: Thread manager disconnected
Wasmer version 5.0.4
Running WSL2 ubuntu 22.04
The text was updated successfully, but these errors were encountered:
I suspect this is a 'works on my machine' issue, but anyways.
Follow the steps:
cd $(mktemp -d)
composer create-project laravel/laravel wasmer-edge-laravel
cd wasmer-edge-laravel
wasmer run .
curl localhost:8080
I get this:
Wasmer version 5.0.4
Running WSL2 ubuntu 22.04
The text was updated successfully, but these errors were encountered: