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

lib: add initial wasm support #47

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from
Draft

lib: add initial wasm support #47

wants to merge 3 commits into from

Conversation

efd6
Copy link
Collaborator

@efd6 efd6 commented Dec 14, 2023

No description provided.

@efd6 efd6 self-assigned this Dec 14, 2023
@efd6 efd6 force-pushed the wasm branch 2 times, most recently from 0a72796 to cecc342 Compare December 14, 2023 11:39
@kcreddy
Copy link
Contributor

kcreddy commented Dec 20, 2023

When this eventually comes into play in CEL input, it would be nice to get some benchmarks between a wasm function vs a similar function in CEL which was already implemented in the CEL documentation?
Maybe users need to consider the performance reduction/improvement while using WASM vs in-built CEL function. I have a feeling that some users might be finding it easy or lazy going through the CEL documentation and end up creating WASM functions for which equivalent CEL functionality already exists.

@efd6 efd6 force-pushed the wasm branch 4 times, most recently from 8c2e50c to c113531 Compare December 20, 2023 23:55
[git-generate]
cd testdata/wasmtest
cargo build --target wasm32-unknown-unknown --release
wasm-gc target/wasm32-unknown-unknown/release/wasmtest.wasm
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

Successfully merging this pull request may close these issues.

2 participants