nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/webassembly/webassembly-playground/web-assembly.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  run<T>(wat: string, js: string, wasmConfig: RunConfig) {
    return new Observable<Result<RunResult>>(subscriber => {
      try {
        const wasm = wat2wasm(wat);

    There are no issues that match your filters.

    Category
    Status