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

Data Section

ballercat opened this issue · comments

Goal

Implement all sections, enable static strings in the future.

Overview

Data section is not currently encoded. It should be.

Acceptance Criteria

  • Data section is encoded
  • It is covered with tests

Implemented in #94