Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about unloading assets from ram in wasm #12166

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

mockersf
Copy link
Member

Objective

Solution

  • Add a note about memory management in Wasm

@mockersf mockersf added C-Docs An addition or correction to our documentation A-Assets Load files from disk to use for things like images, models, and sounds O-Web Specific to web (WASM) builds labels Feb 27, 2024
@mockersf mockersf added this to the 0.13.1 milestone Feb 27, 2024
@james7132 james7132 added this pull request to the merge queue Feb 28, 2024
Merged via the queue into bevyengine:main with commit 6f849d3 Feb 28, 2024
29 checks passed
mockersf added a commit that referenced this pull request Feb 28, 2024
# Objective

- Fixes #12057 

## Solution

- Add a note about memory management in Wasm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Assets Load files from disk to use for things like images, models, and sounds C-Docs An addition or correction to our documentation O-Web Specific to web (WASM) builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't get Rendering Assets to unload from RAM on wasm webgl2.0 build
2 participants