jit-allocator 0.1.1

An executable code allocator
Documentation
[package]
name = "jit-allocator"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "An executable code allocator"
repository = "https://github.com/playxe/jit-allocator"
readme = "README.md"
documentation = "https://docs.rs/jit-allocator"
keywords = ["jit", "allocator", "executable", "code", "memory"]

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

[dependencies]
libc = "0.2"
cfgenius = "0.1"
errno = "0.3"
once_cell = "1.7"
intrusive-collections = "0.9"
parking_lot = "0.12"

[target.'cfg(target_arch="riscv64")'.dependencies]
wasmtime-jit-icache-coherence = "10.0"


[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["memoryapi", "sysinfoapi", "handleapi"] }

[dev-dependencies]
macroassembler = { git = "https://github.com/playxe/masm-rs" }