mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
5 lines
95 B
Plaintext
Vendored
5 lines
95 B
Plaintext
Vendored
namespace math_test {
|
|
long add_one(long val);
|
|
double pow(double base, double exponent);
|
|
};
|