Expand description
This crate is part of the Goscript project. Please refer to https://goscript.dev for more information.
§Feature
async
: Channel and goroutine supportbtree_map
: Make it use BTreeMap instead of HashMapinstruction_pos
: Add instruction position to bytecode for debuggingserde_borsh
: Serde support for bytecode using Borsh
Modules§
Structs§
- Bytecode
- Call
Stack Display - Code
GenVM Ctx - Used by CodeGen, so that CodeGen can share the API provided by FFI
- FfiCtx
- FfiFactory
- Panic
Data
Traits§
- Ffi
- A FFI Object implemented in Rust for Goscript to call
Functions§
- run
- Entry point