-
Notifications
You must be signed in to change notification settings - Fork 12
Project Roadmap
Ashton Meuser edited this page Mar 5, 2024
·
5 revisions
Please feel free submit a PR or an issue.
- Load module
- Export functions
- Export global constants
- Export global mutables
- Export memories
- Import functions
- Map export names to indices (access function/global by name)
- Inspect module exports
-
Automatically provide AssemblyScript special importsDeferring language all language-specific implementation in favour of WASI - Inspect function signatures
- WASI permissions model
- WASI clock and random support
- WASI CLI argument support
-
WASI environment variable supportStubbed out (emulate empty env) - External memory
- Automatically cast to 32-bit values
- Set export globals
- Import globals
- Export tables
- WASI filesystem support
- Module timeout (fuel and/or epoch based)