From cad6aed526b38d52f13266120f9a4381f9a22cad Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Fri, 17 May 2024 17:42:11 +0100 Subject: Tests: initial "wasm-wasi-component" test --- test/wasm_component/hello_world/wit/world.wit | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/wasm_component/hello_world/wit/world.wit (limited to 'test/wasm_component/hello_world/wit') diff --git a/test/wasm_component/hello_world/wit/world.wit b/test/wasm_component/hello_world/wit/world.wit new file mode 100644 index 00000000..82c810ef --- /dev/null +++ b/test/wasm_component/hello_world/wit/world.wit @@ -0,0 +1,6 @@ +package component:test-wasi-component; + +/// An example world for the component to target. +world example { + export hello-world: func() -> string; +} -- cgit