Skip to content

v0.100

Compare
Choose a tag to compare
@EdSchouten EdSchouten released this 10 Jan 20:33
· 58 commits to master since this release
  • Catch up with CloudABI changes for system call wrappers: crt0 now provides the bindings.
  • Add program_get_raw_argdata() to extract the raw Argdata buffer. This is useful for the Rust runtime, where we want to provide our own Argdata library.
  • When using main(), don't try to convert data that is likely to be Argdata to string command line arguments.
  • Make file descriptor leak checking slightly more reliable in the unit testing framework.