Releases: coder-mike/microvium
Releases · coder-mike/microvium
v8.0.0
This release comes with support for async await and a subset of support for Promises. See the documentation for details.
v7.8.0
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:
- Fix #48 bug with duplicate var declarations by @coder-mike in #49
- #51 Private heaps and MVM_EXPORT by @coder-mike in #52
- Remove MVM_EXPORT from static inline functions. by @davidchisnall in #55
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #57
- Fix use of context malloc in VM creation. by @davidchisnall in #58
- #60 Add gas counter by @coder-mike in #61
- #62 added capability to parse integers by @coder-mike in #63
- Support float to string by @coder-mike in #70
New Contributors
- @davidchisnall made their first contribution in #55
Full Changelog: v0.0.25...v7.8.0
v0.0.21
Adds support for classes and some other minor fixes.
v0.0.19
v0.0.19
0.0.9
v0.0.9 v0.0.9
v0.0.8
0.0.8