Skip to content

Commit

Permalink
Initcomposer: write create_blob_i64
Browse files Browse the repository at this point in the history
  • Loading branch information
yhdengh committed Apr 27, 2024
1 parent f709b1b commit 9ff80f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasm2c/initcomposer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ string InitComposer::compose_header()

vector<function> fns = {
{ "u8x32", "create_blob_i32", { "uint32_t" } },
{ "u8x32", "create_blob_i64", { "uint64_t" } },
{ "u8x32", "create_tag", { "u8x32", "u8x32" } },
{ "u8x32", "create_application_thunk", { "u8x32" } },
{ "u8x32", "create_strict_encode", { "u8x32" } },
Expand Down

0 comments on commit 9ff80f8

Please sign in to comment.