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: Improved support for WASM #1024

Closed
20 tasks
tsandall opened this issue Oct 22, 2018 · 1 comment
Closed
20 tasks

wasm: Improved support for WASM #1024

tsandall opened this issue Oct 22, 2018 · 1 comment

Comments

@tsandall
Copy link
Member

tsandall commented Oct 22, 2018

This is a catch-all issue for improved support for WASM. We will create separate issues as needed.

Features:

  • negation (e.g., not input.resources["foo"])
  • pattern matching on composites (e.g., input.path = ["posts", x])
  • builtin-function parity
    • arithmetic
    • aggregates
    • string manipulation
    • regexp
    • types
    • encoding
    • tokens
    • date/time
    • crypto
    • graphs
    • http & networking
  • JavaScript/Node.js SDK
  • with keyword
  • global context (base documents)
  • non-boolean results
  • rules (virtual documents)
  • comprehensions
@tsandall
Copy link
Member Author

Filed #1112 through #1120 to capture the work listed above.

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

1 participant