mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
12 lines
347 B
TOML
12 lines
347 B
TOML
[package]
|
|
name = "plugin-for-example"
|
|
version = "0.1.0"
|
|
description = "A plugin for our example system"
|
|
readme = "README.md"
|
|
repository = "https://github.com/wasmerio/wasmer/examples/plugin-for-example"
|
|
license = "MIT"
|
|
|
|
[[module]]
|
|
name = "plugin-for-example"
|
|
source = "../../target/wasm32-unknown-wasi/release/plugin-for-example.wasm"
|
|
abi = "none" |