Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golang Wrap Support #1074

Merged
merged 77 commits into from
Jul 13, 2023
Merged

Golang Wrap Support #1074

merged 77 commits into from
Jul 13, 2023

Commits on Aug 23, 2022

  1. codegen for wasm-go

    ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    89219f1 View commit details
    Browse the repository at this point in the history
  2. for debug only

    ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e58ad84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e324498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad800a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf6f57 View commit details
    Browse the repository at this point in the history
  6. prettify generated golang code

    n0cte authored and ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7e99c54 View commit details
    Browse the repository at this point in the history
  7. fix property name for args

    n0cte authored and ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bfafa77 View commit details
    Browse the repository at this point in the history
  8. fix schema output structure

    n0cte authored and ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d31f21e View commit details
    Browse the repository at this point in the history
  9. fix code style

    n0cte authored and ramilexe committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    30f5a34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99a31ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d637e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. add golang package injection

    n0cte committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a34daeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1180 from n0cte/go-codegen-inject-module

    add golang package injection
    ramilexe authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    97bf3aa View commit details
    Browse the repository at this point in the history
  3. remove debug

    ramilexe committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    91ce0a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2506a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b29151f View commit details
    Browse the repository at this point in the history
  6. fix build for rust

    fix unit tests for golang wasm
    ramilexe committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    81dae40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2586cc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43755c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3f8847 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    095377b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf49e7b View commit details
    Browse the repository at this point in the history
  12. fix code linting

    n0cte committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7b07dc1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1182 from n0cte/go-codegen-fix-env

    fix unused variable env, split and move module "module" to two packages
    ramilexe authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    14d0e0a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. parse go.mod file

    ramilexe committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d9f7b29 View commit details
    Browse the repository at this point in the history
  2. dockerfile for golang build

    ramilexe committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6bf4b44 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix golang code generated

    ramilexe committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bca807f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Golang: add test cases (#1198)

    * add test cases for simple types
    
    * add test wrappers for golang generator
    
    * add "asyncify"-wrapper and add tags "go:generate"
    
    * update wrapper's test cases
    n0cte authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2ae2c81 View commit details
    Browse the repository at this point in the history
  2. simplify package url matching (#1184)

    * simplify package url matching
    
    * remove unused import
    
    * fix template for imported module
    
    * add synonym for a imports
    
    * fix imported modules and remove spaces
    
    * fix import problem for module package in wrapper
    
    * fix import formatting
    
    * remove unused var from generated code
    
    * import types if env used
    
    * fix module deserialization in go-codegen
    
    * add sanitization for imported pkgs names and fix problem with similar struct's names
    
    * fix schema testcase location
    n0cte authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9c5b9d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39fcef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. chore: update with latest

    cbrzn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2cf84db View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    ba2335d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    5ba196f View commit details
    Browse the repository at this point in the history
  2. fix: issues

    Niraj-Kamdar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7f52987 View commit details
    Browse the repository at this point in the history
  3. fix: issues

    Niraj-Kamdar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    208054b View commit details
    Browse the repository at this point in the history
  4. chore: lint fix

    dOrgJelli committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    12e3925 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f04db97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9866405 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a3d102 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    5e45c99 View commit details
    Browse the repository at this point in the history
  2. chore: building test case

    dOrgJelli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1b1a0ee View commit details
    Browse the repository at this point in the history
  3. wip: checkpoint

    Niraj-Kamdar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    483fb8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38b0bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    255dc1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2a68d4 View commit details
    Browse the repository at this point in the history
  7. chore: update bindings

    dOrgJelli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2497dc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8259f24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c8efcd View commit details
    Browse the repository at this point in the history
  10. chore: merge origin-dev

    dOrgJelli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b21661c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1fe1067 View commit details
    Browse the repository at this point in the history
  12. chore: vm builds

    dOrgJelli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    015c7aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fae0bd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. chore: fix bindings

    dOrgJelli committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a00dea3 View commit details
    Browse the repository at this point in the history
  2. chore: update golang build

    dOrgJelli committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    592e6f6 View commit details
    Browse the repository at this point in the history
  3. chore: merge origin-dev

    dOrgJelli committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    43d302a View commit details
    Browse the repository at this point in the history
  4. feat: add missing docgen

    Niraj-Kamdar committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a13853b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    b85a52a View commit details
    Browse the repository at this point in the history
  2. feat: add property deps transformer

    TODO: use this in bindings
    Niraj-Kamdar committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1258378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ca9d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dea0c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42dafc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e0bf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff7554b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f735dfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8cae0e View commit details
    Browse the repository at this point in the history
  10. chore: remove todo

    dOrgJelli committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f7184e8 View commit details
    Browse the repository at this point in the history
  11. chore: lint fix

    dOrgJelli committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fb7bdf7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aeeedc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4941dc8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7b77346 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f9e1c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. chore: fix bindings

    dOrgJelli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0af14c9 View commit details
    Browse the repository at this point in the history
  2. chore: fix json binding

    dOrgJelli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    362b9c8 View commit details
    Browse the repository at this point in the history
  3. chore: fix bindings

    dOrgJelli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2f1b66a View commit details
    Browse the repository at this point in the history
  4. chore: fix lint

    dOrgJelli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    420114d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76847b7 View commit details
    Browse the repository at this point in the history
  6. chore: remove debug logging

    dOrgJelli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ce4a9c1 View commit details
    Browse the repository at this point in the history