wasm-go

command
v1.0.32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2020 License: MIT Imports: 4 Imported by: 0

README

Go WASM Experiments

This was modified from hexy example in Go WASM Experiments

TODO

  • Align external signatures
  • Integrate into webpack loader

Performance

optimizations:

  • cache ctx.getImageData.data
  • function inlining
  • Sine/Cosine Lookup

Rendering times (ms at 400px/400px):

Chrome Firefox
No Opt 28.5 15.7
cache getImageData 27.5 15.6
function inlining 21.7 12.4
Cos lookup 11.3 9.3

Usage

./build.sh
npx serve -p 6543
open http://localhost:6543/

References

Documentation

Rendered for js/wasm
The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL