Skip to content

Commit 8a04f5b

Browse files
committed
added box to imported env template
1 parent 37d1f5c commit 8a04f5b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages
    • schema/bind/src/bindings/assemblyscript/wasm/templates/imported/env-type
    • test-cases/cases/bind/sanity/output/wasm-as/imported/TestImport_Env

packages/schema/bind/src/bindings/assemblyscript/wasm/templates/imported/env-type/index-ts.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
Read,
33
Write,
4+
Box,
45
BigInt,
56
BigNumber,
67
JSON,

packages/test-cases/cases/bind/sanity/output/wasm-as/imported/TestImport_Env/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
Read,
33
Write,
4+
Box,
45
BigInt,
56
BigNumber,
67
JSON,

0 commit comments

Comments
 (0)