mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
10 lines
221 B
TOML
10 lines
221 B
TOML
|
[package]
|
||
|
name = "kwasm-loader"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "0.2.49"
|
||
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.3.0" }
|