Skip to content

Add More Operations on the Linear Memory #321

@florianhartung

Description

@florianhartung

Currently, users can only perform byte-wise accesses on the linear memory or borrow the entire linear memory as a mutable slice.

We should add new methods to load/store entire blocks of bytes (e.g. integers).

Should these accesses potentially tear?
Do we still need to acquire a write lock of the linear memory?

The API is not very clear yet and may change with the implementation of shared linear memories.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions