webassembly.sh icon indicating copy to clipboard operation
webassembly.sh copied to clipboard

Integration with vscode.dev

Open nokotan opened this issue 3 years ago • 1 comments

WebAssembly.sh in vscode integrated terminals will be great experience to WAPM users. I have concept implementation in the following repository, and the extension is also available in VSCode marketplace.

The extension provides these functionalities:

  • [x] Open WebAssembly.sh in vscode integrated terminals
  • [x] Open folder in wasmfs as a workspace

Repository: https://github.com/nokotan/wasm-playground/tree/main/wasm-playground MarketPlace: https://marketplace.visualstudio.com/items?itemName=KamenokoSoft.wasm-playground

I know that WebAssembly.sh uses older version of wasmer-js, and want to migrate to new version of it.

nokotan avatar Dec 16 '22 06:12 nokotan

this is beautiful

it really works - after some tweaking

https://insiders.vscode.dev/?vscode-coi

wapm install coreutils

A next dream project could be: vscode f8 runSelectedText in vscode.dev

// i mean ... like in C:\Users\*\AppData\Roaming\Code\User\keybindings.json

{
        "key": "f8",
        "command": "workbench.action.terminal.runSelectedText",
        "when": "editorTextFocus"
},

martin12333 avatar Jan 06 '23 04:01 martin12333