microsoft / vscode-wasm

A WASI implementation that uses VS Code's extension host as the implementing API
MIT License
386 stars 29 forks source link

Update README? #164

Closed Localghost385 closed 5 months ago

Localghost385 commented 5 months ago

I have been struggling to install wit2ts for an hour now, is there any possibility to update the readme to explain stuff or provide links.

sorry if I am in the wrong place.

dbaeumer commented 5 months ago

Sorry for that. Install the npm module @vscode/wasm-component-model. This will also the wit2ts tool.

dbaeumer commented 5 months ago

I have also updated the readme. Please ping if something is still unclear. You might also want to look at the examples here: https://github.com/microsoft/vscode-extension-samples/blob/main/wasm-component-model/package.json#L51

Localghost385 commented 5 months ago

Thanks for this.