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
Use proxy_on_memory_allocate() as a fallback for malloc(). (#80)
On some targets (e.g. Rust's wasm32-wasi), it's impossible to export
malloc due to a collision with libc's malloc.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
0 commit comments