spacemeshos / svm

SVM - Spacemesh Virtual Machine
https://spacemesh.io
MIT License
85 stars 14 forks source link

Support compiling WASM against either `svm_sdk` and `svm_sdk_mock`, with the same imports #421

Open neysofu opened 2 years ago

neysofu commented 2 years ago

This issue came up during #417. We require smart contracts using svm_sdk_mock to change their top use svm_sdk_mock::template accordingly, but that's not ideal and makes testing a bit harder. We want to figure out a way to have that, without resorting to introducing new features inside svm-sdk or svm-sdk-mock.