Skip to content

Commit

Permalink
Add note about NoC to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed May 31, 2024
1 parent 084dae0 commit b89b9ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@ This allows `nstring` to have excellent C interop at minimal performance cost.
# Tracing leaks
You can build numem with the `--debug=trace` flag to trace creation and destruction of types via stdout.

# Using with no C runtime available
This library is still a work in progress and some edge cases are not handled yet.
You can pass `NoC` as a version parameter to let numem know to not rely on the C stdlib.

# Note
Some parts of the library will pretend GC'ed types are no-gc, as such you should be careful about mixing GCed code in.

0 comments on commit b89b9ea

Please sign in to comment.