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
Now, when we run the project for the wasm target, it will start a local web server and log the link in the terminal:
$ cargo run --target wasm32-unknown-unknown
Finished dev [unoptimized + debuginfo] target(s) in 0.27s
Running wasm-server-runner target\wasm32-unknown-unknown\debug\extreme_bevy.wasm
INFO wasm_server_runner: compressed wasm output is 11.67mb large
INFO wasm_server_runner::server: starting webserver at http://127.0.0.1:1334
@thebracket You make a request on the first section to recommend local hosting options. I used a docker image and hosted there. For example:
Open a browser to http://localhost:8000 and I think it works. I'm just starting the tutorial though so don't have anything showing yet.
The text was updated successfully, but these errors were encountered: