1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-20 20:20:52 +00:00

5 lines
95 B
Plaintext
Raw Normal View History

namespace math_test {
2018-08-13 19:21:05 +03:00
long add_one(long val);
double pow(double base, double exponent);
2018-08-12 21:11:02 +01:00
};