We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wasm-component-model
1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 arm64
To reproduce this issue just clone the repo
npm install on vscode-extension-samples/wasm-component-model
vscode-extension-samples/wasm-component-model
then
npm run build
then npm run serve
visit vscode.dev
install extension extension from location
type: https://localhost:5000
press CMD + SHIFT + P
type Samples: Run Calc Service
Samples: Run Calc Service
it should have output:
Running calculator example Add 3 Sub 2 Mul 21 Div 5 Division by zero not allowed
but got error see below screenshot
The text was updated successfully, but these errors were encountered:
Did you run npm run esbuild as mentioned in the readme?
npm run esbuild
Sorry, something went wrong.
dbaeumer
No branches or pull requests
Extension sample
wasm-component-model
VS Code version
1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 arm64
What went wrong?
To reproduce this issue just clone the repo
npm install on
vscode-extension-samples/wasm-component-model
then
npm run build
then npm run serve
visit vscode.dev
install extension extension from location
type: https://localhost:5000
press CMD + SHIFT + P
type
Samples: Run Calc Service
it should have output:
but got error see below screenshot
The text was updated successfully, but these errors were encountered: