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

cant run "web-workers-2" branch #23

Open
gedw99 opened this issue Jun 27, 2022 · 3 comments
Open

cant run "web-workers-2" branch #23

gedw99 opened this issue Jun 27, 2022 · 3 comments

Comments

@gedw99
Copy link

gedw99 commented Jun 27, 2022

Had some time to jump into this rabbit hole again and playing around with File System explorer module, so you get a tree.

On origin/feature/web-workers-2 branch

This is my simple make script that wraps your make script..

"make serve" does not work for me. Any ideas ?


build-init:
	# installs special go.
	cd $(REPO_NAME) && $(MAKE) go

build:
	# builds the many wasm and then the server npm stuff.
	cd $(REPO_NAME) && $(MAKE) build

serve:	
	cd $(REPO_NAME) && $(MAKE) serve
@gedw99 gedw99 changed the title stuck on running branch web-workers-2 cant run "web-workers-2" branch Jun 27, 2022
@gedw99
Copy link
Author

gedw99 commented Jun 27, 2022

"make go" and "make build" work fine and i get all the files in the correct places.

I think i am just missing some command i should be running.

The backend server is npm / nodejs right ?

@JohnStarich
Copy link
Collaborator

JohnStarich commented Jun 27, 2022

Hey @gedw99! I'll take a look a bit more later, but you might want to give make watch a try. That's the one I usually use for local dev.

@JohnStarich
Copy link
Collaborator

@gedw99 Any luck with make watch?

Looking at your Makefile, that might not be building the necessary web assembly binaries for you – so you may end up with a blank screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants