-
Notifications
You must be signed in to change notification settings - Fork 72
WASM extension crashes on Big-endian machine #197
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
Comments
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Nov 8, 2021
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Nov 19, 2021
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Nov 25, 2021
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Jan 7, 2022
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Jan 24, 2022
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Jan 28, 2022
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Feb 3, 2022
Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Feb 3, 2022
Use htole32() and le32toh() instead of __builtin_bswap32() Moved byte reversals into `setWord()` Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Feb 3, 2022
Use htole32() and le32toh() instead of __builtin_bswap32() Moved byte reversals into `setWord()` Defined htole32() and le32toh() for macos Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
knm3000
added a commit
to knm3000/proxy-wasm-cpp-host
that referenced
this issue
Feb 4, 2022
Use htole32() and le32toh() instead of __builtin_bswap32() Moved byte reversals into `setWord()` Defined htole32() and le32toh() for macos Reverse in setWord() for wasmtime, wamr and wavm Signed-off-by: Konstantin Maksimov <konstantin.maksimov@ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust WASM extension https://github.com/maistra/header-append-filter crashes on s390x:
The text was updated successfully, but these errors were encountered: