planetarium / lib9c-wasm

The experimental project to port Lib9c into JavaScript environment through WASM. Build your Nine Chronicles network transaction in your local at once.
https://planetarium.github.io/lib9c-wasm/
GNU General Public License v3.0
5 stars 2 forks source link

Eliminate double dependancy of codegen / main library #47

Open Akamig opened 11 months ago

Akamig commented 11 months ago

Code used in typescript codegen, and wasm runtime self is mixed together. which seems confusing. so we should seperate both.