wasabi 0.0.1

A crate that generates bindings and wrappers for wasabi-generated wasm files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
debug = []

[package]
authors = ["Steve Akinyemi <appcypher@outlook.com>"]
categories = ["development-tools", "parser-implementations", "wasm"]
description = "A crate that generates bindings and wrappers for wasabi-generated wasm files"
documentation = "https://github.com/appcypher/wasabi"
edition = "2018"
homepage = "https://github.com/appcypher/wasabi"
keywords = ["c", "cpp", "webassembly", "abi", "emscripten"]
license = "Apache-2.0"
name = "wasabi"
readme = "README.md"
repository = "https://github.com/appcypher/wasabi"
version = "0.0.1"