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
How can I reduce the size of generated wasm file? For example when I don't need complete features, say only 2d stuff.
Current wasm in examples folder generates wasm size of 5.1 MB.
The text was updated successfully, but these errors were encountered:
Is this already optimized with wasm-pack (wasm-pack build --target web --release)? If so, then the answer is - no, not yet. There's no way to exclude some of the engine features from builds yet.
How can I reduce the size of generated wasm file? For example when I don't need complete features, say only 2d stuff.
![image](https://user-images.githubusercontent.com/1359955/213925861-7fef9388-a413-4158-8939-13c0c63c7a61.png)
Current wasm in examples folder generates wasm size of 5.1 MB.
The text was updated successfully, but these errors were encountered: