mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
5 lines
95 B
Plaintext
Vendored
5 lines
95 B
Plaintext
Vendored
namespace math {
|
|
long add_one(long val);
|
|
double powf(double base, double exponent);
|
|
};
|