design
design copied to clipboard
"Standard library" as "system library"
Based on the library design described in #17, suggest to support a small standard library at address 0x00..0f to have the following exports:
memcpy(dst:i32, src:i32, len:i32)memset(dst:i32, val:i32, len:i32)- TBD