Skip to content

Commit

Permalink
build template
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 31, 2024
1 parent d597126 commit ab7452a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified canister_templates/experimental.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
},
"azle": {
"globalDependencies": {
"wasi2ic": "https://github.com/wasm-forge/wasi2ic?rev=676508667a0c3b9fb900ce19cb33bfafa2ae8f8e",
"node": "22.12.0",
"wasi2ic": "https://github.com/wasm-forge/wasi2ic?rev=806c3558aad24224852a9582f018178402cb3679#806c3558",
"node": "20.11.0",
"rust": "1.83.0",
"dfx": "0.22.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub extern "C" fn init(function_index: i32, pass_arg_data: i32) {
// Without something like this the init and post_upgrade functions
// seem to be optimized into the same function in the Wasm binary
// This causes problems during Wasm binary manipulation
format!("prevent init and post_upgrade optimization");
let _ = format!("prevent init and post_upgrade optimization");

initialize(true, function_index, pass_arg_data);

Expand Down

0 comments on commit ab7452a

Please sign in to comment.