Skip to content

Commit

Permalink
Add Wasmtime Compiler (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed May 14, 2024
1 parent 0111483 commit 43c43de
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/yaml/wasm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
compilers:
wasm:
wasmtime:
type: tarballs
compression: xz
url: https://github.com/bytecodealliance/wasmtime/releases/download/v{name}/wasmtime-v{name}-x86_64-linux.tar.xz
check_exe: wasmtime --version
dir: wasmtime-{name}
untar_dir: wasmtime-v{name}-x86_64-linux
targets:
- 20.0.1

0 comments on commit 43c43de

Please sign in to comment.