Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm / deno updates #447

Open
gedw99 opened this issue Jun 29, 2023 · 4 comments
Open

wasm / deno updates #447

gedw99 opened this issue Jun 29, 2023 · 4 comments
Labels
bug Something isn't working docs Documentation Issue

Comments

@gedw99
Copy link

gedw99 commented Jun 29, 2023

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 .
@gedw99 gedw99 added bug Something isn't working docs Documentation Issue labels Jun 29, 2023
@dosco
Copy link
Owner

dosco commented Oct 14, 2023

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

@gedw99
Copy link
Author

gedw99 commented Jan 29, 2024

thanks @dosco will try this out.

@dosco
Copy link
Owner

dosco commented May 11, 2024

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

@gedw99
Copy link
Author

gedw99 commented May 17, 2024

I don’t think we need gotip. The WASM updates are now in the released version of golang .

tinygo works well on most simple projects.

Graphjin should work because it has simple dependencies. Reflection is still a bit of a work in progress.

I will try to work on testing it but am pretty stretched right now. Would appreciate if you and others can update this issue with results …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Documentation Issue
Projects
None yet
Development

No branches or pull requests

2 participants