mrubyedge 0.4.1

mruby/edge is yet another mruby that is specialized for running on WASM
Documentation
[package]
name = "mrubyedge"
version = "0.4.1"
edition = "2021"
authors = ["Uchio Kondo <udzura@udzura.jp>"]
description = "mruby/edge is yet another mruby that is specialized for running on WASM"
license = "BSD-3-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
getrandom = { version = "0.2.14", optional = true }
plain = "0.2.3"
simple_endian = "0.3"

[dev-dependencies]
criterion = "0.5.1"

[[bench]]
name = "benchmark"
harness = false

[features]
default = [ "wasi" ]
wasi = [ "dep:getrandom" ]
no-wasi = []