it('is true when a wasm header is found', (): void => {
    expect(isWasm(new Uint8Array([0, 97, 115, 109, 1, 2, 3]))).toEqual(true);
  });