Skip to content

Commit

Permalink
feat: use new execution context other api
Browse files Browse the repository at this point in the history
zaucy committed Oct 4, 2024
1 parent 7e3a737 commit 33e02b4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ module(

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
bazel_dep(name = "ecsact_runtime", version = "0.6.9")
bazel_dep(name = "rules_ecsact", version = "0.5.1")
bazel_dep(name = "docopt.cpp", version = "0.6.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
2 changes: 1 addition & 1 deletion ecsact/wasm/detail/wasm_ecsact_system_execution.cc
Original file line number Diff line number Diff line change
@@ -256,7 +256,7 @@ wasm_trap_t* wasm_ecsact_system_execution_context_other(

auto other = ecsact_system_execution_context_other(
ctx,
ecsact_id_from_wasm_i32<ecsact_entity_id>(args->data[1])
ecsact_id_from_wasm_i32<ecsact_system_assoc_id>(args->data[1])
);

call_mem_alloc(mem);

0 comments on commit 33e02b4

Please sign in to comment.