Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Move WASM pre-processing to cap9-cli #192

Closed JakeOShannessy closed 5 years ago

JakeOShannessy commented 5 years ago

Currently in order to build compatible cap9 WASM binaries we use a combination of things including wasm-build and a custom pre-processor. We should move all this functionality into cap9-cli including the parts of wasm-build. While it would be good for wasm-build to be separate, due to the way it handles file paths it would be simpler to replicate it's functionality.

JakeOShannessy commented 5 years ago

Implemeted in #191.