Skip to main content
Home

A simple fibonacci implementation in Rust wasm with deno bindings.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
94%
Published
a year ago (1.0.3)
GitHub Header Image Content License Stars

Just some experiments with Deno and Rust WebAssembly.

InstallationUsageLicense

Installation

deno install -A --global jsr:@hadronomy/fibonacci

Usage

deno run -A jsr:@hadronomy/fibonacci

License

This project is licensed under the MIT License - see the LICENSE for details.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";
or

Import directly with a jsr specifier

import * as fibonacci_wasm from "jsr:@hadronomy/fibonacci-wasm";

Add Package

pnpm i jsr:@hadronomy/fibonacci-wasm
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";

Add Package

yarn add jsr:@hadronomy/fibonacci-wasm
or (using Yarn 4.8 or older)
yarn dlx jsr add @hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";

Add Package

vlt install jsr:@hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";

Add Package

npx jsr add @hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";

Add Package

bunx jsr add @hadronomy/fibonacci-wasm

Import symbol

import * as fibonacci_wasm from "@hadronomy/fibonacci-wasm";