Rust-wasm 0.1.0

A sample project with wasm-pack
Documentation
1
2
3
4
// const js = import("./lib/Rust_wasm.js");
// js.then(js => {
//   js.greet("WebAssembly");
// });