ACE Library
Introduction
This is an example of creating universal libraries with wasmer
Authoring & Publishing
The library is written in Rust, and compiled to wasm using the wasm32-wasi
target. the library is published to wasmer.io using the wasmer publish
command.
cargo build -r --target wasm32-wasi
wasmer publish