Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Memory safety #73

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

DRAFT: Memory safety #73

wants to merge 5 commits into from

Conversation

atticusofsparta
Copy link
Contributor

@atticusofsparta atticusofsparta commented Jan 29, 2025

The intent of this PR is to setup guard rails around memory safety and memory management in regards to small ANT modules and defining the limits we wish them to operate in.

package.json Outdated
@@ -11,7 +11,7 @@
"aos:publish": "node tools/bundle-aos.mjs && node tools/publish-aos.mjs",
"aos:load": "node tools/bundle-aos.mjs && node tools/load-aos.mjs",
"aos:spawn": "node tools/spawn-aos.mjs",
"test": "yarn aos:build && node --test --test-concurrency 1 --experimental-wasm-memory64 **/*.test.mjs",
"test": "yarn aos:build && node --test --test-concurrency 1 --experimental-wasm-memory64 test/records.test.mjs",

Choose a reason for hiding this comment

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

I doubt this is an intended commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was not

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