tweag/asterius

Making the "info table check" optional

開放

#299 建立於 2019年9月17日

 (0 則留言) (0 個反應) (0 位負責人)Haskell (56 個分叉)batch import
P3good first issuetype: feature request

倉庫指標

星標
 (1,949 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南