diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 18:03:59 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 18:03:59 +0100 |
| commit | 8adce672578683dcc7ab62e5492e0f5dbc07a0b4 (patch) | |
| tree | eda57b01f206faf5bcfb7ee70c24fd7be8546e66 /examples/rust/Cargo.toml | |
| parent | 6fd283b06c4912f5d3408b2072cbc3c4e195a236 (diff) | |
docs: string example
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
| -rw-r--r-- | examples/rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -17,6 +17,10 @@ name="hello" path="src/hello.rs" [[bin]] +name="print" +path="src/print.rs" + +[[bin]] name="tinywasm" path="src/tinywasm.rs" |
