Skip to content

v2.0.0 - Adding support for WASM

Latest
Compare
Choose a tag to compare
@FranklinWaller FranklinWaller released this 28 Oct 12:10
· 2 commits to master since this release

⚠ BREAKING CHANGES

  • vm: Removes support for old opcodes

Squashed commits:
[4ebf0e3] WIP: Convert timestamp to hrtime
[1912f63] WIP: Add support for caching prepared WASM
[ed045c7] WIP: Add extra debugging logs
[60c2707] WIP: Implemented BigDecimal for combining numbers
[9749435] WIP: Add support for logging errors
[41b01fb] WIP: Add support for setting headers and method in a http_call
[e652060] WIP: Fetching API data through WASM
[0ed74e0] WIP: Sending commands from the worker back to the master
[5c62c60] WIP: Implementing function calling
[da679b2] chore(build): Working version of workers + TypeScript + Webpack
[8920f06] WIP: On node/browser building with webpack
[f56d907] WIP: WASM implementation

Features

  • vm: Add support for WASM (7f2cd5c)