Skip to content

Conversation

ifsheldon
Copy link
Contributor

Thanks to #154 , media-related operations are decoupled from file-related operations, so they can be re-enabled. For those who want media-related operations on wasm, they can do file-operation via web APIs first.

This PR includes:

  • Reenable media-related operations in wasm
  • Documentation about wasm updates
  • Finer-grained feature gates
  • New features and fixes from main branch merge

Besides, I think wasm support is almost ready to get merged into main branch, except that we need a few examples.

Strange-Knoll and others added 13 commits November 24, 2023 19:46
* Update to Assistants example

* Update examples/assistants/src/main.rs

update api config for consistency and secutity

Co-authored-by: Himanshu Neema <[email protected]>

* added assistant creation

* exit, deconstruct assistant, improved readme

---------

Co-authored-by: Himanshu Neema <[email protected]>
* Link to openai-func-enums

* Link to openai-func-enums

* Update async-openai/README.md

---------

Co-authored-by: Himanshu Neema <[email protected]>
* Added ability to use in-memory files (Bytes, vec[u8])

* Removed unnecessary trait impls

* Polished example
* get latest spec

* update description

* add WASM

* WASM support on experiments branch
* changed to allow Send.

* add simple tests for sendable

* fix test name
# Conflicts:
#	async-openai/src/types/impls.rs
#	async-openai/src/types/types.rs
and configure feature gates for items in a finer-grained level.
Thanks to PR 64bit#154
@ifsheldon ifsheldon changed the title Re-enable media-related operations Re-enable media-related operations on wasm Nov 26, 2023
@64bit
Copy link
Owner

64bit commented Nov 26, 2023

Nice work for closing more gaps!

@64bit
Copy link
Owner

64bit commented Nov 26, 2023

Thank you for PR!

@64bit 64bit merged commit 197d017 into 64bit:experiments Nov 26, 2023
@ifsheldon ifsheldon deleted the full_wasm_support branch January 10, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants