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

Add arguments to JS to C++ reset() bind #4

Open
Nydauron opened this issue Jan 16, 2023 · 0 comments · May be fixed by #9
Open

Add arguments to JS to C++ reset() bind #4

Nydauron opened this issue Jan 16, 2023 · 0 comments · May be fixed by #9
Assignees
Labels
enhancement New feature or request

Comments

@Nydauron
Copy link
Contributor

Need to figure out how Emscripten bindings work (particularly for arrays).

Arguments for reset():

  • int max_ctx TBD if we should bake this into the code (ig we just change the underlying function to not modify max_contexts)
  • int[] active_ctxs contexts that will be actively run. This will come in handy when wanting to run a single bot under a particular context (for Spimbot, specifically)
@Nydauron Nydauron added the enhancement New feature or request label Jan 16, 2023
@Nydauron Nydauron linked a pull request Apr 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants