mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 14:30:48 +00:00
parent
a4320006e1
commit
94d308290e
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -15,8 +15,6 @@ jobs:
|
|||||||
- name: Setup rust toolchain
|
- name: Setup rust toolchain
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
|
|
||||||
- run: cargo update --aggressive
|
|
||||||
|
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
run: sudo apt-get update && sudo apt-get --yes --force-yes install jq
|
||||||
|
|
||||||
|
@ -106,16 +106,15 @@ pub mod internal {
|
|||||||
|
|
||||||
#[cfg(not(feature = "no-explicit-ctors-call"))]
|
#[cfg(not(feature = "no-explicit-ctors-call"))]
|
||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
#[doc(hidden)]
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
// For internal use. Not an API function.
|
// For internal use. Not an API function.
|
||||||
fn __wasm_call_ctors();
|
fn __wasm_call_ctors();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Adds an explicit __wasm_call_ctors call to tell LLVM not to
|
// Adds an explicit __wasm_call_ctors call to tell LLVM not to
|
||||||
/// wrap every export in __wasm_call_ctors/__wasm_call_dtors calls.
|
// wrap every export in __wasm_call_ctors/__wasm_call_dtors calls.
|
||||||
/// The most referenced issue about it is https://github.com/WebAssembly/WASI/issues/471
|
// The most referenced issue about it is https://github.com/WebAssembly/WASI/issues/471
|
||||||
/// For internal use. Not an API function.
|
// For internal use. Not an API function.
|
||||||
#[cfg(not(feature = "no-explicit-ctors-call"))]
|
#[cfg(not(feature = "no-explicit-ctors-call"))]
|
||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user