wasmi_arena 0.1.0

Entity arena data structures for wasmi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wasmi_arena"
version = "0.1.0"
documentation = "https://docs.rs/wasmi_arena/"
description = "Entity arena data structures for wasmi"
exclude = ["tests/*", "benches/*"]
authors.workspace = true
repository.workspace = true
edition.workspace = true
readme.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[features]
default = ["std"]
std = []