mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 08:16:31 +00:00
Fix CI builds for now
This commit is contained in:
@ -19,6 +19,7 @@ error[E0277]: the trait bound `std::result::Result<wasm_bindgen::JsValue, ()>: w
|
||||
= help: the following implementations were found:
|
||||
<std::result::Result<(), E> as wasm_bindgen::__rt::Start>
|
||||
= note: required by `wasm_bindgen::__rt::Start::start`
|
||||
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error[E0277]: the trait bound `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::__rt::Start` is not satisfied
|
||||
--> $DIR/start-function.rs:30:1
|
||||
@ -29,3 +30,4 @@ error[E0277]: the trait bound `std::result::Result<wasm_bindgen::JsValue, wasm_b
|
||||
= help: the following implementations were found:
|
||||
<std::result::Result<(), E> as wasm_bindgen::__rt::Start>
|
||||
= note: required by `wasm_bindgen::__rt::Start::start`
|
||||
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
Reference in New Issue
Block a user