LLJS
LLJS copied to clipboard
memory.js and memcheck.js
Can the generated memory.js and memcheck.js code be safely used in other js projects or is it tightly integrated with LLJS
It should be safe to use it as long as you are careful not to overwrite the header malloc generates before each allocated region.