Skip to content

Commit

Permalink
chore: add ecsact_si_wasm 0.1.4 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: seaubot <[email protected]>
  • Loading branch information
github-actions[bot] and seaubot authored Oct 17, 2024
1 parent 7e0be70 commit 85a6861
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
35 changes: 35 additions & 0 deletions modules/ecsact_si_wasm/0.1.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module(
name = "ecsact_si_wasm",
version = "0.1.4",
compatibility_level = 1,
)

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.7.0")
bazel_dep(name = "rules_ecsact", version = "0.5.8")
bazel_dep(name = "docopt.cpp", version = "0.6.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "rules_wasmer", version = "0.1.1")
bazel_dep(name = "ecsact_cli", version = "0.3.19")
bazel_dep(name = "platforms", version = "0.0.10")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(llvm_version = "17.0.6")
use_repo(llvm, "llvm_toolchain")

register_toolchains(
"@llvm_toolchain//:all",
dev_dependency = True,
)

wasmer = use_extension("@rules_wasmer//wasmer:extensions.bzl", "wasmer")
use_repo(wasmer, "wasmer")
7 changes: 7 additions & 0 deletions modules/ecsact_si_wasm/0.1.4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-WIApGNUtIAsxNWVo0z+l7+nD5rDZRI+kJyPulVKO0sw=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/ecsact_si_wasm/releases/download/0.1.4/ecsact_si_wasm-0.1.4.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_si_wasm/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"versions": [
"0.1.1",
"0.1.2",
"0.1.3"
"0.1.3",
"0.1.4"
],
"yanked_versions": {}
}

0 comments on commit 85a6861

Please sign in to comment.