-
Notifications
You must be signed in to change notification settings - Fork 68
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
feature: add WebAssembly basic support #130
Merged
Merged
Commits on Oct 27, 2024
-
Enable wasm support using emscripten.
* Use conditional compile in cpp and cmake to allow other cross-compiling * Some tests and executables are disabled, and no demo are added in this commit. * Rename `s_bmf_last_error` in `bmf_capi_cpp` due to duplicate symbols. * Provide with a `build_wasm.sh` script to build the whole bmf with emscripten. However, user still need to build ffmpeg in wasm manually. Signed-off-by: ruiqurm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9a90f0 - Browse repository at this point
Copy the full SHA a9a90f0View commit details -
Uncomment
HMP_DEFINE_TAG
to fix missing symbols with static linking.Signed-off-by: ruiqurm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02533aa - Browse repository at this point
Copy the full SHA 02533aaView commit details -
Using share memory to register modules.
Signed-off-by: ruiqurm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0551e9 - Browse repository at this point
Copy the full SHA c0551e9View commit details -
Signed-off-by: ruiqurm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ba2e9 - Browse repository at this point
Copy the full SHA 69ba2e9View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f44419a - Browse repository at this point
Copy the full SHA f44419aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761fb3c - Browse repository at this point
Copy the full SHA 761fb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbce71 - Browse repository at this point
Copy the full SHA 0bbce71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f836b - Browse repository at this point
Copy the full SHA 52f836bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f24bf4 - Browse repository at this point
Copy the full SHA 2f24bf4View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3de5f34 - Browse repository at this point
Copy the full SHA 3de5f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2261b07 - Browse repository at this point
Copy the full SHA 2261b07View commit details -
declare the
s_bmf_last_error
asextern
so that it can be link tog……ether when static linking
Configuration menu - View commit details
-
Copy full SHA for 63bc983 - Browse repository at this point
Copy the full SHA 63bc983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b500e6 - Browse repository at this point
Copy the full SHA 0b500e6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.