Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

EOSIO.WasmSDK Version 1.1.0 Release Note

Compare
Choose a tag to compare
@larryk85 larryk85 released this 02 Aug 00:08
· 2183 commits to master since this release
34ea771

eosio-cpp

  • Added missing -std option, this allows for setting the C++ standard version.
  • Resolved bug with function-level static variables, this had caused linking issues with __cxa_guard_acquire and __cxa_guard_release symbols.

scripts

  • Resolved issue with build.sh exhausting memory on weaker machines.
  • Added install.sh and uninstall.sh as convenience scripts.

eosiolib

  • Expanded API comments.
  • Added function declaration for get_resource_limits.
  • Added less operator for extended_symbol.