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

Should term and json be builtin module? #275

Open
khchen opened this issue Jul 8, 2022 · 0 comments
Open

Should term and json be builtin module? #275

khchen opened this issue Jul 8, 2022 · 0 comments

Comments

@khchen
Copy link

khchen commented Jul 8, 2022

I notice that these two modules cost 73k, after remove them, the released binary size reduce from 373k to 300k on my machine.

For an embeddable scripting language, these functions should provide by the host language.
For standalone scripting tool, these functions can be added as dynamic library (.dll/.so).

Providing different dynamic library (linux, windows, x64, x86?) may be a problem.
But I think keep the core engine simple and small is more important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant