Skip to content

Should term and json be builtin module? #275

@khchen

Description

@khchen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions