Skip to content

Commit

Permalink
Improve web support.
Browse files Browse the repository at this point in the history
  • Loading branch information
TSnake41 committed Oct 28, 2023
1 parent 4538593 commit 66cbb10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions raylib/Web.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ default-target = "wasm32-unknown-emscripten"
# Asserts the minimum required version of `cargo-web` necessary
# to compile this crate; supported since 0.6.0.
minimum-version = "0.6.0"

[target.emscripten]
link-args = ["-s", "USE_GLFW=3", "-s", "ASSERTIONS=1", "-s", "ASYNCIFY=1", "--profiling"]

0 comments on commit 66cbb10

Please sign in to comment.