- a sample project for WebAssembly with Rust & SolidJS.
- setup Rust for build WebAssembly.
- setup Node.js and SolidJS for build FrontEnd.
- implement
add
function on Rust and call it from SolidJS.
- refine npm scripts.
- refine github actions.
- implement
sub
function on Rust and call it from SolidJS. - apply rust-cache action.