design icon indicating copy to clipboard operation
design copied to clipboard

"Standard library" as "system library"

Open axic opened this issue 7 years ago • 0 comments

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

axic avatar Mar 17 '18 05:03 axic