Skip to content

CharlieTap/linmem

Repository files navigation

linmem


linmem is small rust library that provides an api compatible with wasms linear memory abstraction. For each wasm memory instruction you'll find an associated function exposed through linmems api.

The library was designed to be built into a static binary with a c compatible abi so it can be consumed simply over FFI.

linmem contains api calls for all memory instructions in the WebAssembly 2.0 specification with the addition of instructions from the threads proposal.

About

WebAssembly linear memory implementation in rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages