From 8adce672578683dcc7ab62e5492e0f5dbc07a0b4 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 26 Jan 2024 18:03:59 +0100 Subject: docs: string example Signed-off-by: Henry Gressmann --- examples/rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/rust/Cargo.toml') diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index d557392..837f7f3 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -16,6 +16,10 @@ tinywasm={path="../../crates/tinywasm", features=["parser", "std"]} name="hello" path="src/hello.rs" +[[bin]] +name="print" +path="src/print.rs" + [[bin]] name="tinywasm" path="src/tinywasm.rs" -- cgit v1.3.1