Facilitating high-level interactions between Wasm modules and JavaScript
Go to file
daxpedda fe5d89fcf5
Some checks failed
CI / Rustfmt (push) Has been cancelled
CI / Taplo (push) Has been cancelled
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Clippy (web-sys) (push) Has been cancelled
CI / Clippy (project) (push) Has been cancelled
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen (enable-interning) run:cargo test --target wasm32-unknown-unknown --features enable-interning]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen (serde-serialize) run:cargo test --target wasm32-unknown-unknown --features serde-serialize]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests (${{ matrix.runs.name }}) (map[name:wasm-bindgen run:cargo test --target wasm32-unknown-unknown cargo test --target wasm32-unknown-unknown -p wasm-bindgen-futures ]) (push) Has been cancelled
CI / Run wasm-bindgen wasm test (push) Has been cancelled
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_EXTERNREF:1] name:externref]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests with ${{ matrix.envs.name }} feature (map[env:map[WASM_BINDGEN_MULTI_VALUE:1] name:multi-value]) (push) Has been cancelled
CI / Run wasm-bindgen crate tests with multithreading (push) Has been cancelled
CI / Run native tests (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=js_sys_unstable_apis] name:js-sys (unstable) run:cargo test -p js-sys --target wasm32-unknown-unknown]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=web_sys_unstable_apis] name:web-sys (unstable, all features) run:cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[RUSTFLAGS:--cfg=web_sys_unstable_apis] name:webidl-tests (unstable) run:cargo test -p webidl-tests --target wasm32-unknown-unknown]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[env:map[WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE:1] name:webidl-tests run:cargo test -p webidl-tests --target wasm32-unknown-unknown]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:js-sys run:cargo test -p js-sys --target wasm32-unknown-unknown]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:typescript-tests run:cd crates/typescript-tests && ./run.sh]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:wasm-bindgen-webidl run:cargo test -p wasm-bindgen-webidl]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:web-sys (all features) run:cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features]) (push) Has been cancelled
CI / Run ${{ matrix.runs.name }} tests (with geckodriver) (map[name:web-sys run:cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --fea… (push) Has been cancelled
CI / Build and test the deno example (push) Has been cancelled
CI / Run UI compile-fail tests (push) Has been cancelled
CI / Verify that web-sys is compiled correctly (push) Has been cancelled
CI / build_examples (push) Has been cancelled
CI / build_nightly (push) Has been cancelled
CI / build_benchmarks (push) Has been cancelled
CI / dist_linux_x86_64_musl (push) Has been cancelled
CI / dist_linux_aarch64_gnu (push) Has been cancelled
CI / dist_macos_x86_64 (push) Has been cancelled
CI / dist_macos_aarch64 (push) Has been cancelled
CI / dist_windows (push) Has been cancelled
CI / doc_book (push) Has been cancelled
CI / doc_api (push) Has been cancelled
CI / Check MSRV for libraries (push) Has been cancelled
CI / Check MSRV for CLI tools (push) Has been cancelled
CI / test_examples (push) Has been cancelled
CI / test_nightly (push) Has been cancelled
CI / deploy (push) Has been cancelled
Update reference tests (#4275)
2024-11-17 09:03:05 +01:00
.cargo Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00
.github Bump denoland/setup-deno to v2 (#4160) 2024-10-10 16:16:06 +02:00
benchmarks Consistently capitalize “Wasm” (#4094) 2024-08-27 10:18:49 +02:00
crates Update reference tests (#4275) 2024-11-17 09:03:05 +01:00
examples Use new web_sys Uint8ClampedArray bindings (#4184) 2024-10-12 22:08:00 +02:00
guide Update test coverage documentation to LLVM 19 (#4265) 2024-11-13 09:40:49 +01:00
releases Consistently capitalize “Wasm” (#4094) 2024-08-27 10:18:49 +02:00
src Add support for i128 and u128 (#4222) 2024-11-11 14:34:04 +01:00
tests Add support for i128 and u128 (#4222) 2024-11-11 14:34:04 +01:00
.gitattributes add .gitattributes to mark WebIDL as vendored 2018-07-11 18:48:51 -04:00
.gitignore Improve the CI runtime, take two (#4058) 2024-08-11 15:47:29 +02:00
build.rs Implement AsRef<JsValue> for Closure<T> 2018-09-06 14:46:59 -07:00
Cargo.toml Prepare v0.2.95 release (#4176) 2024-10-10 23:53:13 +02:00
CHANGELOG.md Restart WebDriver on failure (#4267) 2024-11-14 09:45:18 +01:00
CONTRIBUTING.md fix contributing docs url (#2043) 2020-03-17 09:09:46 -05:00
LICENSE-APACHE Add license texts 2017-12-18 14:45:06 -08:00
LICENSE-MIT Add license texts 2017-12-18 14:45:06 -08:00
publish.rs Prepare v0.2.93 release (#4072) 2024-08-13 01:31:07 +02:00
README.md Consistently capitalize “Wasm” (#4094) 2024-08-27 10:18:49 +02:00
taplo.toml Use Taplo for TOML formatting (#4071) 2024-08-13 01:18:20 +02:00

wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript.

Build Status Crates.io version Download docs.rs docs

Guide (main branch) | API Docs | Contributing | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

Install wasm-bindgen-cli

You can install it using cargo install:

cargo install wasm-bindgen-cli

Or, you can download it from the release page.

If you have cargo-binstall installed, then you can install the pre-built artifacts by running:

cargo binstall wasm-bindgen-cli

Example

Import JavaScript things into Rust and export Rust things to JavaScript.

use wasm_bindgen::prelude::*;

// Import the `window.alert` function from the Web.
#[wasm_bindgen]
extern "C" {
    fn alert(s: &str);
}

// Export a `greet` function from Rust to JavaScript, that alerts a
// hello message.
#[wasm_bindgen]
pub fn greet(name: &str) {
    alert(&format!("Hello, {}!", name));
}

Use exported Rust things from JavaScript with ECMAScript modules!

import { greet } from "./hello_world";

greet("World!");

Features

  • Lightweight. Only pay for what you use. wasm-bindgen only generates bindings and glue for the JavaScript imports you actually use and Rust functionality that you export. For example, importing and using the document.querySelector method doesn't cause Node.prototype.appendChild or window.alert to be included in the bindings as well.

  • ECMAScript modules. Just import WebAssembly modules the same way you would import JavaScript modules. Future compatible with WebAssembly modules and ECMAScript modules integration.

  • Designed with the "Web IDL bindings" proposal in mind. Eventually, there won't be any JavaScript shims between Rust-generated wasm functions and native DOM methods. Because the Wasm functions are statically type checked, some of those native methods' dynamic type checks should become unnecessary, promising to unlock even-faster-than-JavaScript DOM access.

Guide

📚 Read the wasm-bindgen guide here! 📚

You can find general documentation about using Rust and WebAssembly together here.

API Docs

MSRV Policy

Libraries that are released on crates.io have a MSRV of v1.57. Changes to the MSRV will be accompanied by a minor version bump.

CLI tools and their corresponding support libraries have a MSRV of v1.76. Changes to the MSRV will be accompanied by a patch version bump.

License

This project is licensed under either of

at your option.

Contribution

See the "Contributing" section of the guide for information on hacking on wasm-bindgen!

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.