tweag/asterius

Making the "info table check" optional

Offen

#299 geöffnet am 17.09.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (56 Forks)batch import
P3good first issuetype: feature request

Repository-Metriken

Stars
 (1.949 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently, we collect all info table addresses and emit them into the .lib.mjs script; at runtime, the storage manager looks up the info table set when it encounters an info table, as a form of sanity check. This sanity check should be made optional and only enabled in the debug mode since the info table addresses bloat the .lib.mjs script size considerably and aren't strictly required for normal wasm execution.

Contributor Guide