Skip to content

[Compile] Module importing and loading system #41

@anistark

Description

@anistark

Implement Python's import system for WebAssembly.

Scope:

  • Module loading (import module)
  • From imports (from module import item)
  • Package imports (import package.module)
  • Module search path and resolution

Acceptance Criteria:

  • import math loads math module
  • from json import dumps works
  • Relative imports work
  • Module caching works

Metadata

Metadata

Assignees

No one assigned

    Labels

    core-languageBasic Python language featurespriority-highCritical blocking features

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions