microsoft / vscode-wasm

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

WebAssembly global not defined in extension on VSCode 1.86.2 #156

Closed tareksander closed 7 months ago

tareksander commented 7 months ago

I'm trying to run WASM in my extension, but the WebAssembly global is undefined, so I can't compile the module.

Version: 1.86.2
Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda
Date: 2024-02-13T19:41:37.860Z
Electron: 27.2.3
ElectronBuildId: 26908389
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Linux x64 6.1.0-18-amd64
tareksander commented 7 months ago

The WebAssembly global is defined, but it contains no functions. WebAssembly.compile is null.

dbaeumer commented 7 months ago

Let keep the discussion in the VS Code issue.