Giter Club home page Giter Club logo

Comments (5)

JaffaKetchup avatar JaffaKetchup commented on September 26, 2024 1

Need this here as well! Could be very useful for example projects for packages to show an indicator as to whether it's running with WASM, to verify potential performance improvements.

from sdk.

lrhn avatar lrhn commented on September 26, 2024

As you link to #54785, this is something that can be useful for more than just Dart2Wasm.
I'd prefer a general solution to something that only works for one compiler.
(Preferably entries that distinguish, at least, whether running natively, in JS or in Wasm, and possibly also whether compiled in development mode or production mode, and whether asserts are enabled.)

That is, I'd want to also define dart.tool.vm, dart.tool.dart2js, dart.tool.dev_compiler (or whatever names they want to be known under).
I believe dart.tool.dart2js already exists. The rest should too.

(But I'm OK with just agreeing that they should all exist, and then landing this as the first step.)

from sdk.

simolus3 avatar simolus3 commented on September 26, 2024

I'd prefer a general solution to something that only works for one compiler.

I'm not claiming this fixes #54785 :) I just need the identification in dart2wasm and I think it would be nice to have it in a format that will eventually be consistent between all tools.

from sdk.

osa1 avatar osa1 commented on September 26, 2024

@lrhn is there a problem with adding dart.tool.dart2wasm now, without waiting for #54785?

It looks like dart2js added it ~9 months ago:

environment['dart.tool.dart2js'] = '${true}';

from sdk.

lrhn avatar lrhn commented on September 26, 2024

I have no problem with landing this as-is. (That's what I tried to say in the last line of my previous comment, maybe I should just be more direct. Ship it!)

I don't know whether I'm the one who should get to decide this. So far, nobody else does, so I'll take it!

I hope that this format is what we end up on, and if we don't, we'll have to take it from there. Since Dart2JS already used it, it'll only a bigger migration problem, not a more difficult one.

from sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.