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
I can compile this with zig cc --target=wasm32-wasi -o math.wasm math.c, and run it with wzprof -sample 1 -memprofile /tmp/profile math.wasm and end up an image like this on go tool pprof -http :4000 /tmp/profile:
I can compile this with
zig cc --target=wasm32-wasi -o math.wasm math.c
, and run it withwzprof -sample 1 -memprofile /tmp/profile math.wasm
and end up an image like this ongo tool pprof -http :4000 /tmp/profile
:Ironically, if I do the same in
zig build-exe math.zig -target wasm32-wasi
, I don't get anything.Let me know if you have any ideas on why!
The text was updated successfully, but these errors were encountered: