Giter Club home page Giter Club logo

wescale-wasm-plugin-sdk's Introduction

wescale-wasm-plugin-sdk

This repository contains:

  • the SDK for writing WeScale Wasm plugins.
  • the wescale_wasm binary to deploy the plugin.

How to release a new version of the SDK

You can use ./release_new_version.sh to help you.

The SDK is released as a Go module. To release a new version of the SDK, you need to do the following:

  1. Make sure you have the latest changes in the main branch.

  2. Tag the latest commit with the new version number. For example, if the new version is v1.0.0, you can tag the latest commit with v1.0.0 and push the tag to the remote repository. You can do this by running the following commands:

git tag v1.0.0
git push origin v1.0.0
  1. Wait for the go module to be updated. You can see all the available versions of the module at the following link: https://proxy.golang.org/github.com/wesql/wescale-wasm-plugin-sdk/@v/list

How to release a new version of the wescale_wasm binary

You can use ./release_new_version.sh to help you.

If you've made changes to the cmd/wescale_wasm directory, you need to release a new version of the wescale_wasm binary. You can do this by following the steps below:

  1. Make sure you have the latest changes in the main branch.
  2. Change the version number in the Makefile file. You need to commit and push this change to the remote repository.
  3. Use make build command to build the wescale_wasm binary.
  4. Tag the latest commit with the new version number. For example, if the new version is v1.0.0, you can tag the latest commit with v1.0.0 and push the tag to the remote repository. You can do this by running the following commands:
git tag v1.0.0
git push origin v1.0.0
  1. Draft a new release on GitHub with the new version number and attach the wescale_wasm binary to the release.
  2. Change the version number in the wescale-wasm-plugin-template project. You need to commit and push this change to the remote repository.

wescale-wasm-plugin-sdk's People

Contributors

earayu avatar newborn22 avatar

Watchers

Wei Cao avatar dongsheng zhao avatar demian0110 avatar  avatar diankuizhao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.