Dirk Bäumer

Results 59 comments of Dirk Bäumer

@mjbvz Regarding > With TypeScript for example, this blob would include the symbols and the files the came from. The important part is that the extension does not have to...

@keegancsmith since the last line has no line ending character (it is the last line) `lastLine + 1` points to an invalid line. I agree that VS Code could handle...

Yes, that sound correct to me.

@alexcrichton I have a question regarding (since all the 'favored' issues are closed): > Enable mutability in Rust traits generated for in-wasm since recursive entry is now prohibited wit-bindgen version...

A Rust Dev environment in the browser is currently not easily achievable since most of the Rust tools CAN'T be compiled down to WASM. Unless that is possible writing a...

I still would wait until this is officially supported.

@guybedford for VS Code this is not necessary anymore. The performance problem raised from the fact that we add to do a context switch for every read. I decided to...

Not sure what pull diagnostics should bring here since the extension is not running a language server to my knowledge.

If you encounter any problems please open issues here: https://github.com/microsoft/vscode-wasm/issues

I tested this again and the steps provided makes it hang for me. I tested this under Ubuntu 22.04 in case this makes a difference.