ipcs-executor 0.0.0

Executor of IPCS functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ipcs-executor"
version = "0.0.0"
authors = ["Michal Hornicky <semtexzv@gmail.com>"]
repository = "https://github.com/semtexzv/ipcs"
description = "Executor of IPCS functions"
license = "MIT"
edition = "2018"


[dependencies.wasmer]
package = "wasmer-runtime"
version = "0.16.0"

[dependencies]
log = "0.4.11"