denosaurs / denosaurs/byte_type

Feat: Pointer types

Open
#62 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
45
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Specifically Pointers and Refs for Deno and wasm/linear memory

For Deno there will be a `DenoPtr` that holds the addr of `T` and `DenoRef` which reads `T` from it's address

For Wasm/linear memory this will be the same. but for `Ref` I'm not so sure how that is going to function.
Because a AB might be a copy/slice of the full memory which might invalidate a memory addr.
I'm just gonna assume that if it's not a nullptr that it should be a valid addr.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.