Rust-wasm 0.1.0

A sample project with wasm-pack
Documentation
1
2
3
4
5
export function workerTest(str) {
    console.log(`workerTest ${str}}`);
    return str;
}