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

Detect & verify the type of WASM #194

Open
1 of 2 tasks
tomusdrw opened this issue Nov 9, 2024 · 0 comments
Open
1 of 2 tasks

Detect & verify the type of WASM #194

tomusdrw opened this issue Nov 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request prio-high

Comments

@tomusdrw
Copy link
Contributor

tomusdrw commented Nov 9, 2024

Currently when uploading a WASM file we need to select if it's either Go or Rust WASM.

  • Instead we should be able to figure out what is the API exposed by the WASM and auto-detect the type.
  • On top of that we should make sure that if we detect, say Go API, we should make sure that the API is complete (i.e. all required methods are there)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-high
Projects
None yet
Development

No branches or pull requests

2 participants