libwavm-sys 0.1.4

WAVM (WebAssembly Virtual Machine) C API bindings for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2.126"

[package]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "WAVM (WebAssembly Virtual Machine) C API bindings for Rust."
edition = "2021"
exclude = [".cargo/config.toml"]
keywords = ["wavm", "webassembly"]
license = "Apache-2.0"
links = "WAVM"
name = "libwavm-sys"
readme = "README.md"
repository = "https://github.com/heviat/libwavm-sys"
resolver = "2"
version = "0.1.4"