Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support imports in wasm2obj #93

Merged
merged 1 commit into from
Apr 3, 2019

Conversation

yurydelendik
Copy link
Contributor

wasm2obj was erroring during:

  • memory32_xxx imports
  • user imports

the PR addresses that

@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit 474809f into bytecodealliance:master Apr 3, 2019
grishasobol pushed a commit to grishasobol/wasmtime that referenced this pull request Nov 29, 2021
howjmay pushed a commit to howjmay/wasmtime that referenced this pull request Jan 24, 2022
This adds corresponding methods to the `Linker` type to define
Go-defined host functions into the linker in a store-independent
fashion.
pchickey pushed a commit to pchickey/wasmtime that referenced this pull request May 12, 2023
…ce#93)

The order of operations for handling the seconds/nanoseconds part of the
structure were a bit off which meant that a nonzero nanosecond field
would have an unexpected effect on the result.

Closes bytecodealliance#92
pchickey pushed a commit to pchickey/wasmtime that referenced this pull request May 16, 2023
…ce#93)

The order of operations for handling the seconds/nanoseconds part of the
structure were a bit off which meant that a nonzero nanosecond field
would have an unexpected effect on the result.

Closes bytecodealliance#92
mooori pushed a commit to mooori/wasmtime that referenced this pull request Dec 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants