wasmer run divlo/universal_hello
universal_hello
Universal Libraries built with Rust and WebAssembly, Wasmer and Wapm.
Usage example with Node.js
wapm install divlo/universal_hello --npm
import { bindings } from '@divlo/universal_hello'
const universalHello = await bindings.universal_hello()
console.log(universalHello.hello('world'))