UNPKG
@permaweb/wasm-metering
Version:
latest (0.2.2)
0.2.2
injects metering into webassembly binaries
github.com/permaweb/wasm-metering
permaweb/wasm-metering
@permaweb/wasm-metering
/
test
/
wabt
/
third_party
/
ply
/
example
/
optcalc
/
README
10 lines
(6 loc)
•
195 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
An example showing how
to
use
Python optimized mode.
To
run: - First run
'python calc.py'
- Then run
'python -OO calc.py'
If working correctly, the second version should run the same way.