0.2.7 • Published 1 month ago

wlin-rs-wasm v0.2.7

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

wlin-rs-wasm

wlin-rs-wasm is a npm package written in Rust and compiled to WebAssembly (Wasm).

Installation

You can install this package via npm:

npm install wlin-rs-wasm

Usage

import { fib } from "wlin-rs-wasm";

// Calling Rust function
const result = fib(30);
console.log(result); // Output: 832040

Contributing

Contributions are welcome! You can find this project on GitHub: RustWasmNpm.

0.2.7

1 month ago

0.2.6

1 month ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.7

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.1.3

2 months ago

0.2.5

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago