feat(wasm): support for NPM and Browser #5486
Annotations
10 errors
Run Lint Script:
tailcall-wasm/src/lib.rs#L8
unresolved imports `tailcall::handle_request`, `tailcall::AppContext`, `tailcall::GraphQLRequest`
|
Run Lint Script:
tailcall-wasm/src/builder.rs#L3
unresolved imports `tailcall::AppContext`, `tailcall::Blueprint`, `tailcall::ConfigReader`, `tailcall::EndpointSet`, `tailcall::TargetRuntime`
|
Run Lint Script:
tailcall-wasm/src/env.rs#L4
unresolved import `tailcall::EnvIO`
|
Run Lint Script:
tailcall-wasm/src/file.rs#L3
unresolved import `tailcall::FileIO`
|
Run Lint Script:
tailcall-wasm/src/http.rs#L5
unresolved imports `tailcall::HttpIO`, `tailcall::Response`
|
Run Lint Script:
tailcall-wasm/src/runtime.rs#L4
unresolved imports `tailcall::EnvIO`, `tailcall::FileIO`, `tailcall::HttpIO`, `tailcall::InMemoryCache`, `tailcall::TargetRuntime`
|
Run Lint Script:
tailcall-wasm/src/builder.rs#L78
the method `map_err` exists for enum `Result<TailcallExecutor, Error>`, but its trait bounds were not satisfied
|
Run Lint Script:
tailcall-wasm/src/builder.rs#L84
the `?` operator can only be used on `Result`s in an async function that returns `Result`
|
Run Lint Script:
tailcall-wasm/src/lib.rs#L89
the method `unwrap` exists for enum `Result<TailcallExecutor, JsValue>`, but its trait bounds were not satisfied
|
Run Lint Script
Process completed with exit code 1.
|
Loading