primitive icon indicating copy to clipboard operation
primitive copied to clipboard

Port lib to webassembly library

Open tristan-f-r opened this issue 3 years ago • 1 comments

This can allow for the website to have a sort of demo or web-based version that others can use.

As far as I know, tinygo seems to have support for this. Would this be doable?

tristan-f-r avatar Dec 31 '22 04:12 tristan-f-r

I have a branch on my fork that has a working WASI version with a wip web version.

Instructions at https://github.com/coder0107git/primitive/blob/wasm/BUILDING.md

coder0107git avatar Aug 23 '24 01:08 coder0107git