Docs.rs
aver-lang-0.18.0
aver-lang 0.18.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jasisz
Dependencies
aver-memory =0.2.7
normal
aver-rt =0.4.6
normal
optional
clap ^4
normal
optional
colored ^2
normal
optional
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^1
normal
toml ^0.8
normal
optional
url ^2
normal
wasm-bindgen ^0.2
normal
optional
wasm-encoder ^0.248
normal
optional
wasmparser ^0.248
normal
optional
wasmprinter ^0.248
normal
optional
wasmtime ^44
normal
optional
wasmtime-wasi ^44
normal
optional
wat ^1
normal
optional
wit-component ^0.248
normal
optional
wit-parser ^0.248
normal
optional
criterion ^0.5
dev
insta ^1
dev
tempfile ^3
dev
Versions
34.08%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
CONCAT
aver
0.18.0
In aver::
vm::
opcode
aver
::
vm
::
opcode
Constant
CONCAT
Copy item path
Source
pub const CONCAT:
u8
= 0x28;
Expand description
Pop b, pop a, push str(a) ++ str(b).