Skip to content
New issue

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

[ASK] Can I save asset files such as audio / video / zip / other html? #1002

Closed
azkadev opened this issue Mar 13, 2024 · 1 comment
Closed
Labels
package:native_assets_cli type-question A question about expected behavior or functionality

Comments

@azkadev
Copy link

azkadev commented Mar 13, 2024

I'm planning to make a web program but I want to save it as an exe. Does this feature already exist/will it?

@dcharkes
Copy link
Collaborator

As of currently, the native_assets_cli can only be used for the native backends, not for the web backends.
And as of currently, the native_assets_cli can only be used for bundling dynamic libraries, not data assets.

Tracking issue for data assets:

Tracking issue for adding wasm/js assets, which will require us supporting this new system for the web backends:

As far as I'm aware dart compile js and dart compile wasm are not really meant to be used in isolation. Rather they are used by UI frameworks such as Flutter to build an application that has assets bundled. For now you could look at using Flutter and using it's asset system. https://docs.flutter.dev/ui/assets/assets-and-images

@dcharkes dcharkes added the type-question A question about expected behavior or functionality label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:native_assets_cli type-question A question about expected behavior or functionality
Projects
None yet
Development

No branches or pull requests

2 participants