Skip to content

urwasm: change realloc interface#1025

Open
dozreg-toplud wants to merge 5 commits into
developfrom
dozreg/urwasm-realloc
Open

urwasm: change realloc interface#1025
dozreg-toplud wants to merge 5 commits into
developfrom
dozreg/urwasm-realloc

Conversation

@dozreg-toplud

Copy link
Copy Markdown
Contributor

Anticipating change to realloc interface caused by @joemfb's work on bump allocator

@joemfb joemfb left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dozreg-toplud sorry for the delay. can you adjust the argument order so that the interface is realloc_fn(ptr, old_size, new_size)? This is what GMP uses, and seems to be the typical signature for this kind of function.

@dozreg-toplud dozreg-toplud marked this pull request as ready for review June 11, 2026 14:29
@dozreg-toplud dozreg-toplud requested a review from a team as a code owner June 11, 2026 14:29
@dozreg-toplud dozreg-toplud requested a review from joemfb June 11, 2026 14:30
@dozreg-toplud

Copy link
Copy Markdown
Contributor Author

CI failed succesfully? That's annoying

>>> validation error: malformed Wasm binary

bail: fail
pier: serf unexpectedly shut down

@joemfb

joemfb commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

pier: serf unexpectedly shut down is definitely a failure condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants