mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-25 11:27:57 +00:00
working import transform
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
int ops = 0;
|
||||
|
||||
void log(int block_ops) {
|
||||
ops += block_ops;
|
||||
}
|
||||
|
||||
int call(int x) {
|
||||
log(5);
|
||||
return 2 * x;
|
||||
}
|
||||
Reference in New Issue
Block a user