Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions abi-versions/vNEXT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,26 +123,6 @@ memory.
Returning `0` indicates failure.


#### `malloc`

* params:
- `i32 (size_t) memory_size`
* returns:
- `i32 (uint8_t *) memory_data`

> **Warning**
> This callback has been deprecated in favor of [`proxy_on_memory_allocate`],
> and it's called only in its absence.

Called to allocate continuous memory buffer of `memory_size` using
the in-VM memory allocator.

Plugin must return `memory_data` pointing to the start of the allocated
memory.

Returning `0` indicates failure.


## Context lifecycle

### Callbacks exposed by the Wasm module
Expand Down