mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
10 lines
202 B
TOML
10 lines
202 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" }
|