0.0.21 • Published 4 years ago

@jafri/eosio-transform v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Transform

Compiling the eosio-asc smart contract code to generate as normal as code that can be directly compiled into wasm.

Build

yarn build

Example

npx asc path/to/examples/solar/solar.ts --transform ./index.ts  --noEmit

Note: You need to use the asc under transform module for transform, that is ./transform/node_modules/assemblyscript/bin/asc

It generated a normal as file. And then you could compile it by asc.

You need set --runtime stub for compiling as code to smart contract environment.

Recommanded args are:

--importMemory --initialMemory 2 --maximumMemory 16 --noExportMemory --runtime stub --use abort= -O2
0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago