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

Add FreeBSD x86 support #3782

Merged
merged 5 commits into from
Apr 21, 2023
Merged

Add FreeBSD x86 support #3782

merged 5 commits into from
Apr 21, 2023

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Apr 19, 2023

Fixes #3781

$ cargo test --target i686-unknown-freebsd --package wasmer-vm
[...]
running 15 tests
test mmap::tests::test_round_up_to_page_size ... ok
test table::table_element_size_test ... ok
test vmcontext::test_vmdynamicfunction_import_context::check_vmdynamicfunction_import_context_offsets ... ok
test vmcontext::test_vmcaller_checked_anyfunc::check_vmcaller_checked_anyfunc_offsets ... ok
test vmcontext::test_vmglobal_definition::check_vmglobal_definition_alignment ... ok
test vmcontext::test_vmfunction_import::check_vmfunction_import_offsets ... ok
test vmcontext::test_vmglobal_definition::check_vmglobal_definition_offsets ... ok
test vmcontext::test_vmglobal_definition::check_vmglobal_begins_aligned ... ok
test vmcontext::test_vmglobal_import::check_vmglobal_import_offsets ... ok
test vmcontext::test_vmmemory_definition::check_vmmemory_definition_offsets ... ok
test vmcontext::test_vmmemory_import::check_vmmemory_import_offsets ... ok
test vmcontext::test_vmshared_signature_index::check_target_shared_signature_index ... ok
test vmcontext::test_vmshared_signature_index::check_vmshared_signature_index ... ok
test vmcontext::test_vmtable_definition::check_vmtable_definition_offsets ... ok
test vmcontext::test_vmtable_import::check_vmtable_import_offsets ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests wasmer-vm

running 1 test
test src/libcalls.rs - libcalls (line 25) ... ignored

test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s

@jbeich jbeich requested a review from syrusakbary as a code owner April 19, 2023 00:09
@jbeich jbeich changed the title Add FreeBSD x86 support Unbreak build on FreeBSD x86 Apr 19, 2023
@jbeich jbeich changed the title Unbreak build on FreeBSD x86 Add FreeBSD x86 support Apr 19, 2023
@ptitSeb ptitSeb enabled auto-merge (squash) April 21, 2023 10:55
@ptitSeb ptitSeb self-requested a review April 21, 2023 10:55
@ptitSeb ptitSeb merged commit e45add2 into wasmerio:master Apr 21, 2023
Copy link

@Onceagain12 Onceagain12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summit

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.

Fails to build on i686-unknown-freebsd
3 participants