mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add wasm-bindgen (#383)
Co-authored-by: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
19
tools/codegen/base/wasm-bindgen.json
Normal file
19
tools/codegen/base/wasm-bindgen.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen",
|
||||
"tag_prefix": "",
|
||||
"rust_crate": "wasm-bindgen-cli",
|
||||
"version_range": ">= 0.2.88",
|
||||
"asset_name": "wasm-bindgen-${version}-${rust_target}.tar.gz",
|
||||
"bin": [
|
||||
"wasm-bindgen-${version}-${rust_target}/wasm-bindgen-test-runner${exe}",
|
||||
"wasm-bindgen-${version}-${rust_target}/wasm-bindgen${exe}",
|
||||
"wasm-bindgen-${version}-${rust_target}/wasm2es6js${exe}"
|
||||
],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {},
|
||||
"aarch64_linux_gnu": {},
|
||||
"aarch64_macos": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user