go-vm 0.1.5

The vm of the Goscript project.
Documentation

This crate is part of the Goscript project. Please refer to https://goscript.dev for more information.

Feature

  • async: Channel and goroutine support
  • btree_map: Make it use BTreeMap instead of HashMap
  • instruction_pos: Add instruction position to bytecode for debugging
  • serde_borsh: Serde support for bytecode using Borsh