Skip to content

Commit

Permalink
Merge pull request #113 from loopholelabs/compatible-rust-types
Browse files Browse the repository at this point in the history
Feat: Better Rust Ownership
  • Loading branch information
ShivanshVij authored Oct 5, 2023
2 parents 1790104 + f09e428 commit b797dc2
Show file tree
Hide file tree
Showing 51 changed files with 98 additions and 56 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion Cargo.toml
2 changes: 1 addition & 1 deletion compile/rust/templates/lib.rs.templ
2 changes: 1 addition & 1 deletion compile/typescript/builder/interpreter/Cargo.toml
Binary file modified compile/typescript/builder/js_builder-aarch64-apple-darwin
Binary file not shown.
Binary file modified compile/typescript/builder/js_builder-aarch64-unknown-linux-gnu
Binary file not shown.
Binary file modified compile/typescript/builder/js_builder-x86_64-apple-darwin
Binary file not shown.
Binary file not shown.
Binary file modified compile/typescript/builder/js_builder-x86_64-unknown-linux-gnu
Binary file not shown.
19 changes: 19 additions & 0 deletions index.ts
2 changes: 1 addition & 1 deletion integration/golang_tests/generated/generated.go
2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/host.go
2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/types.go
2 changes: 1 addition & 1 deletion integration/golang_tests/signature/guest.go
2 changes: 1 addition & 1 deletion integration/golang_tests/signature/types.go
5 changes: 3 additions & 2 deletions integration/rust_tests/function/lib.rs
2 changes: 1 addition & 1 deletion integration/rust_tests/generated/generated.rs
9 changes: 6 additions & 3 deletions integration/rust_tests/signature/guest.rs
2 changes: 1 addition & 1 deletion integration/rust_tests/signature/types.rs
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.d.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js.map
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.d.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.js
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.js.map
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.d.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.js
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.js.map
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.d.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.js
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.js.map
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.d.ts
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.js
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.js.map
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.ts
4 changes: 2 additions & 2 deletions package.json
2 changes: 1 addition & 1 deletion signature/converter/converter_tests/generated.go
2 changes: 1 addition & 1 deletion signature/generator/golang/generated.txt
2 changes: 1 addition & 1 deletion signature/generator/golang/generator_test.go
6 changes: 3 additions & 3 deletions signature/generator/rust/format/rustfmt/lib.rs
2 changes: 1 addition & 1 deletion signature/generator/rust/format/signature/guest/Cargo.toml
9 changes: 6 additions & 3 deletions signature/generator/rust/format/signature/guest/guest.rs
2 changes: 1 addition & 1 deletion signature/generator/rust/generated.txt
3 changes: 1 addition & 2 deletions signature/generator/rust/generator_test.go
11 changes: 9 additions & 2 deletions signature/generator/rust/templates/guest.rs.templ
2 changes: 1 addition & 1 deletion signature/generator/typescript/generated.txt
3 changes: 1 addition & 2 deletions signature/generator/typescript/generator_test.go
2 changes: 1 addition & 1 deletion version/current_version

0 comments on commit b797dc2

Please sign in to comment.