Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with vscode.dev #121

Open
2 tasks done
nokotan opened this issue Dec 16, 2022 · 1 comment
Open
2 tasks done

Integration with vscode.dev #121

nokotan opened this issue Dec 16, 2022 · 1 comment

Comments

@nokotan
Copy link

nokotan commented Dec 16, 2022

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:

  • Open WebAssembly.sh in vscode integrated terminals
  • 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.

@martin12333
Copy link

martin12333 commented Jan 6, 2023

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"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants