/wasm-demo

Use go + vue3 + vite to complete the wasm example of calculating the Fibonacci sequence

Primary LanguageJavaScriptMIT LicenseMIT

wasm-demo

Use Go1.21 + Vue3 + Vite + Bun to complete the wasm example of calculating the Fibonacci sequence

Project Setup

bun install

Compile and Hot-Reload for Development

bun run dev

Type-Check, Compile and Minify for Production

bun run build

Screenshot

Get calculation results from js

js.png

Get calculation results from go-wasm

wasm.png