-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from algorandfoundation/chore/rename_dist
chore: rename dist to packages
- Loading branch information
Showing
42 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-2.04 MB
dist/swift/AlgoModels/Frameworks/algo_models.xcframework/ios-arm64/libalgo_models_ffi.dylib
Binary file not shown.
Binary file removed
BIN
-4.03 MB
...ks/algo_models.xcframework/ios-arm64_x86_64-maccatalyst/libalgo_models_ffi-catalyst.dylib
Binary file not shown.
Binary file removed
BIN
-4.03 MB
...works/algo_models.xcframework/ios-arm64_x86_64-simulator/libalgo_models_ffi-ios-sim.dylib
Binary file not shown.
Binary file removed
BIN
-4.03 MB
...dels/Frameworks/algo_models.xcframework/macos-arm64_x86_64/libalgo_models_ffi-macos.dylib
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+2.13 MB
...es/swift/AlgoModels/Frameworks/algo_models.xcframework/ios-arm64/libalgo_models_ffi.dylib
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+4.19 MB
...ks/algo_models.xcframework/ios-arm64_x86_64-maccatalyst/libalgo_models_ffi-catalyst.dylib
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+4.19 MB
...works/algo_models.xcframework/ios-arm64_x86_64-simulator/libalgo_models_ffi-ios-sim.dylib
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+4.19 MB
...dels/Frameworks/algo_models.xcframework/macos-arm64_x86_64/libalgo_models_ffi-macos.dylib
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from .. import run, crate | ||
import os | ||
|
||
run( | ||
f"wasm-pack build crates/{crate}_ffi --target web --out-dir ../../packages/typescript/{crate} -- --color always --no-default-features --features ffi_wasm" | ||
) | ||
|
||
# Remove the generated .gitignore file from the pkg directory | ||
if os.path.exists(f"packages/typescript/{crate}/.gitignore"): | ||
os.remove(f"packages/typescript/{crate}/.gitignore") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+262 KB
...cript/algo_models/algo_models_ffi_bg.wasm → ...cript/algo_models/algo_models_ffi_bg.wasm
Binary file not shown.
File renamed without changes.
File renamed without changes.