From d6493c277eb1104aaf72a8e0e6959ce3d1cc4932 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 12 Feb 2025 19:13:23 +0100 Subject: fix: fix build, improve error handling 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 5c6b710..da238ad 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -22,6 +22,10 @@ std=["tinywasm/std"] name="hello" path="src/hello.rs" +[[bin]] +name="host_fn" +path="src/host_fn.rs" + [[bin]] name="print" path="src/print.rs" -- cgit v1.3.1