Skip to content

Project Roadmap

Ashton Meuser edited this page Mar 5, 2024 · 5 revisions

High-Level Goals

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 imports Deferring 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 support Stubbed 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)
Clone this wiki locally