Add wasm role.

This commit is contained in:
Tom Alexander
2023-12-24 00:56:25 -05:00
parent 86ecfd1c54
commit a1ab3327ee
9 changed files with 105 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
- name: Install packages
package:
name:
- wabt
- wasm-bindgen
- binaryen # for wasm-opt
state: present