Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.04 KB

README.md

File metadata and controls

41 lines (24 loc) · 2.04 KB

check and test delivery to cloudflare pages

wasmple

Source / Demo

  • a sample project for WebAssembly with Rust & SolidJS.

20221013 initial-setup

Source / Demo

  • setup Rust for build WebAssembly.
  • setup Node.js and SolidJS for build FrontEnd.
  • implement add function on Rust and call it from SolidJS.

20221014 improve-actions

Zenn / Source / Demo

  • refine npm scripts.
  • refine github actions.
  • implement sub function on Rust and call it from SolidJS.
  • apply rust-cache action.

20221014 simple-console

Zenn / Source / Demo

20221108 passing-buffer

Zenn / Source / Demo

20221114 define-macros

Zenn / Source / Demo

20221231 wasmple-bridge

Zenn / Source / Demo