Martin Kustermann
Martin Kustermann
In the native world this is done via DWARF debugging information obtained when stripping the production binary (i.e. one obtains a *single file* that can be used to decode production...
@kripken Maybe as some background. The request originated due to sentry.io (a very popular crash reporting framework) to extending their flutter support to flutter web apps compiled to wasm (see...
Here's some of my thoughts: We want to use shared memory multithreading support for callbacks from C, especially for synchronous callbacks where C calls Dart and expects a synchronous return...
@a-siva Is there any plan to also switch the formatter? Developers often have the format-on-save enabled, which will make the IDE/Editor format the source before writing to disc. I have...
> I have seen this slowness too, and I agree that it's really noticeable and annoying. However, switching the formatter to AOT won't address it, because format-on-save doesn't use dart...
> cc @mkustermann, we were talking about Dart needing some subset of this proposed functionality recently. To give some more information around those things from Dart2Wasm perspective. We use type...
> Just to clarify: This is already covered with the js-string-builtins proposal via ["wasm:js-string" "test"](https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md#wasmjs-string-test). True. I should've taken a different example, e.g. JS typed data, JS array, ... >...
> These numbers are significantly higher then when calling this API in non-wasm mode (JS). So in wasm mode DevTools uses less memory? That would seem like a good thing,...
@kenzieschmoll Since you re-opened this issue, could you respond to the question I earlier in this bug: > Is there any indication of a dart2wasm compiler issue here? (as this...
> @mkustermann suggested we should introduce `dart install` I can also give some background thoughts on this. The current state of `dart pub global activate` is * It lazily compiles...