Replies: 1 comment 2 replies
-
I am wiling to contribute a PR for this problem, how about supporting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there does not seem to be any way to manually add select functions to the profile used for
wasm-split
?In my case, I have environment finalizers that run when the environment is destroyed and which cannot be called before
write_profile
.One solution would be to spawn the profiled code in a
worker_thread
- however my module does not useSharedArrayBuffer
and I want to keep it this way.Another solution would be to use
profile-print
and to generate a manifest to feed intomulti-split
- howevermulti-split
seems to be slightly incompatible withsplit
and theemscripten
loader does not support it.Has anyone done this before with the existing tools?
Beta Was this translation helpful? Give feedback.
All reactions