Skip to content

v7.8.0

Compare
Choose a tag to compare
@coder-mike coder-mike released this 20 Jul 22:18
· 106 commits to main since this release

What's Changed

  • Support the new WASM runtime library @microvium/runtime.
  • Added a "gas counter" -- a counter that counts down on each instruction until the script "runs out of gas". Can be used to catch infinite loops or prevent untrusted scripts from hogging resources.
  • Added the VM "context" to malloc/free for the use case where each VM uses a separate host heap.

Other changes:

New Contributors

Full Changelog: v0.0.25...v7.8.0