ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global array declarations

ballercat opened this issue · comments

Goal

Allow for global array declarations.

Overview

It's not possible to declare global arrays. See #86

Acceptance Criteria

  • Write a test for the use-case
  • Pass the test