mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 15:01:28 +00:00
Make memory allocators pluggable
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
import "std:memory/arena";
|
||||
|
||||
function copy_memory(dest: usize, src: usize, n: usize): void {
|
||||
// based on musl's implementation of memcpy
|
||||
// not a future instruction and sufficiently covered by the upcoming move_memory intrinsic
|
||||
|
Reference in New Issue
Block a user