From 68756014beb1a17dfb58bda197570f0037ae1188 Mon Sep 17 00:00:00 2001 From: Jur van den Berg Date: Fri, 21 Jan 2022 20:22:17 +0100 Subject: [PATCH] Force CI to repackage the wasm_exec.js support file --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index df87c7e..6f65d4c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,8 @@ steps: GOARCH: wasm commands: - make wasm + # Grab the wasm shim from the docker image, otherwise there is a mismatch + - "cp /usr/local/go/misc/wasm/wasm_exec.js assets/wasm_exec.js" - name: upload image: plugins/s3 settings: