Skip to content

PDXbaap/ewasm-rust-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ewasm-rust-api

Usage

Add the dependency, as usual:

[dependencies]
ewasm_api = { git = "https://github.com/PDXbaap/ewasm-rust-api", tag = "0.9" }

In your project, include the prelude:

use ewasm_api::prelude::*;

Other modules are available as well, outside of the prelude. Refer to the documentation for more info.

ewasm-rust-api builds with various feature sets:

  • default: Builds with wee_alloc as the global allocator and with the Rust standard library.
  • qimalloc: Builds with qimalloc as the global allocator.
  • debug: Exposes the debugging interface.
  • experimental: Exposes the experimental bignum system library API.

Further documentation is available here.

Author(s)

Alex Beregszaszi, Jake Lang

License

Apache 2.0