dosco/graphjin

wasm / deno updates

gedw99 opened this issue · 8 comments

gedw99 commented

hey @dosco

Been playing with the wasm....

Can you add a script to show how to boot the wasm / deno compbo

BTW it works with gotip. no need for tinygo. gotip has the "new wasm" build in.

GOOS=js GOARCH=wasm gotip build -o graphjin.wasm .
GOOS=wasip1 GOARCH=wasm gotip build -o graphjin.wasip1 .
dosco commented

./wasm/make-tiny.sh has been added the build needs testing. the build is about 5mb smaller

thanks @dosco will try this out.

any thoughts on the the tinygo wasm build? also any thoughts on how gotip helps us?