From 7fdf02101896c6f7c546f99d54e57f21e3787392 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 6 Jun 2024 15:08:13 -0700 Subject: [PATCH] Remove emscripten dependency Signed-off-by: James Sturtevant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884d946..01b2769 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ public class OperationsImpl : Operations Make sure to get the namespace exactly correct! Although this is quite difficult to figure out at the moment, hopefully a future version of the C# support in wit-bindgen will make it easier. -Now when you build, you'll get a real WASI 0,2 component that exports an implementation for this WIT definition. You can confirm it using [wasm-tools](https://github.com/bytecodealliance/wasm-tools) by running: +Now when you build, you'll get a real WASI 0.2 component that exports an implementation for this WIT definition. You can confirm it using [wasm-tools](https://github.com/bytecodealliance/wasm-tools) by running: ``` wasm-tools component wit bin\Debug\net8.0\wasi-wasm\native\MyApp.component.wasm