Skip to content

Commit

Permalink
wasm: Update generated binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-updater committed Dec 27, 2021
1 parent 6f81c4a commit 31422b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions internal/compiler/wasm/opa/callgraph.csv
Expand Up @@ -115,6 +115,9 @@ opa_array_slice,opa_value_type
opa_array_slice,opa_number_try_int
opa_array_slice,opa_array_with_cap
opa_array_slice,opa_array_append
opa_array_reverse,opa_value_type
opa_array_reverse,opa_array_with_cap
opa_array_reverse,opa_array_append
opa_bits_or,opa_number_to_bf
opa_bits_or,mpd_isinteger
opa_bits_or,opa_mpd_del
Expand Down Expand Up @@ -601,6 +604,12 @@ opa_strings_replace_n,memcpy
opa_strings_replace_n,opa_string_allocated
opa_strings_replace_n,opa_strings_replace
opa_strings_replace_n,opa_value_free
opa_strings_reverse,opa_value_type
opa_strings_reverse,opa_malloc
opa_strings_reverse,opa_unicode_decode_utf8
opa_strings_reverse,opa_abort
opa_strings_reverse,memcpy
opa_strings_reverse,opa_string_allocated
opa_strings_split,opa_value_type
opa_strings_split,opa_array
opa_strings_split,opa_strncmp
Expand Down
4 changes: 2 additions & 2 deletions internal/compiler/wasm/opa/opa.go

Large diffs are not rendered by default.

Binary file modified internal/compiler/wasm/opa/opa.wasm
Binary file not shown.

0 comments on commit 31422b4

Please sign in to comment.