Skip to content

Commit 7fdf021

Browse files
committed
Remove emscripten dependency
Signed-off-by: James Sturtevant <[email protected]>
1 parent 4ef79c2 commit 7fdf021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class OperationsImpl : Operations
157157

158158
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.
159159

160-
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:
160+
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:
161161

162162
```
163163
wasm-tools component wit bin\Debug\net8.0\wasi-wasm\native\MyApp.component.wasm

0 commit comments

Comments
 (0)