Replies: 1 comment 1 reply
-
That's really interesting, thank you for the link. Have you encountered this issue in maplibre-rs already? I looks like a major concern on chrome for mobile where allocating more than ~300MB of memory is not reliable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just found this major issue: WebAssembly/design#1397
It seems like allocating memory on WASM is problematic if we do not know the heap consumption at compile time.
I think we could work around for the default usecase. We could calculate some worst-case heap usage.
This is frightening nonetheless...
@bchapuis this could be interesting for the paper
Beta Was this translation helpful? Give feedback.
All reactions