externref-macro

Crates.ioexternref-macro
lib.rsexternref-macro
version0.3.0-beta.1
sourcesrc
created_at2022-10-29 13:06:02.615601
updated_at2024-09-29 16:32:34.519665
descriptionProc macro for `externref`
homepage
repositoryhttps://github.com/slowli/externref
max_upload_size
id701010
size48,768
Alex Ostrovski (slowli)

documentation

README

Proc Macro For externref

Build Status License: MIT OR Apache-2.0 rust 1.76+ required

Documentation: Docs.rs crate docs (main)

This macro complements the externref library, wrapping imported or exported functions with Resource args and/or return type. These wrappers are what makes it possible to patch the generated WASM module with the externref processor, so that real externrefs are used in argument / return type positions.

Usage

Add this to your Crate.toml:

[dependencies]
externref-macro = "0.3.0-beta.1"

Note that the externref crate re-exports the proc macro if the macro crate feature is enabled (which it is by default). Thus, it is rarely necessary to use this crate as a direct dependency.

See externref docs for more details and examples of usage.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

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

Commit count: 158

cargo fmt