2 unstable releases

0.2.0 Jun 3, 2023
0.1.0 Oct 29, 2022

#227 in #wasm-module

Download history 1/week @ 2023-12-18 19/week @ 2024-01-01 14/week @ 2024-01-08 1/week @ 2024-02-12 10/week @ 2024-02-19 37/week @ 2024-02-26 13/week @ 2024-03-04 8/week @ 2024-03-11 13/week @ 2024-03-18 19/week @ 2024-03-25 46/week @ 2024-04-01

88 downloads per month
Used in externref

MIT/Apache

30KB
642 lines

Proc Macro For externref

Build Status License: MIT OR Apache-2.0 rust 1.66+ 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.2.0"

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.

Dependencies

~295–740KB
~18K SLoC