8000 Tooling roadmap · Issue #26 · orca-app/orca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tooling roadmap #26

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

Closed
bvisness opened this issue Oct 9, 2023 · 1 comment
Closed

Tooling roadmap #26

bvisness opened this issue Oct 9, 2023 · 1 comment
Labels

Comments

@bvisness
Copy link
Collaborator
bvisness commented Oct 9, 2023

Since releasing the MVP of Orca for the Wheel Reinvention Jam, we've had a flurry of activity from the community - which has revealed lots of ways that we need to improve the Orca tooling in order to help people get started and make Orca work with more systems and languages.

The biggest themes we saw in the feedback were:

  • Difficulty building the runtime
  • Unclear boundaries between runtime and user apps
  • Python problems

With that in mind, here's our near-term roadmap for tooling improvements:

And later on:


Installation:

  • orca_install [--install-dir dir] : downloads and install orca tool in an install dir. This dir must be added to PATH.
  • orca_install then calls the orca tool with the update command, which downloads the latest binaries and wasm SDK and install them in the same directory as the tool.

Tool commands:

  • orca sdk-path [--version version] prints the path of the SDK (so that people can add the include/lib paths to their build commands)
  • orca bundle [--version version] [--target platform] [--resource-dir dir] [--resource file] [--icon icon] --name name module.wasm bundle wasm module and resources into an application. Support cross-bundling.
  • orca update [--install-dir dir] downloads and install the latest versions of the tool, binaries and SDK in the install dir.
@bvisness bvisness pinned this issue Oct 9, 2023
@martinfouilleul martinfouilleul mentioned this issue Oct 17, 2023
7 tasks
@martinfouilleul martinfouilleul unpinned this issue Oct 18, 2023
@martinfouilleul
Copy link
Collaborator

This was completed in a series of PRs (#55, #60, #62). Replacing python with a zig build script for the dev tooling can be explored later and is tracked by #25, so this issue can be closed.

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

No branches or pull requests

2 participants
0