Skip to content
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

Pr wasm set runtimesrcdir for interpreter #1763

Merged

Commits on Aug 3, 2021

  1. [wasm] Set the $RUNTIMESRCDIR$ for interpreter

    Fixes:
    
        The "WasmAppBuilder" task failed unexpectedly.
        System.ArgumentException: File MainJS='$RUNTIMESRCDIR$\src\mono\wasm\runtime-test.js' doesn't exist.
           at WasmAppBuilder.Execute() in WasmAppBuilder.dll:token 0x6000042+0x27
           at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() in Microsoft.Build.dll:token 0x6001602+0x3e
           at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) in Microsoft.Build.dll:token 0x6001481+0x2b5
    radekdoulik authored and naricc committed Aug 3, 2021
    Copy the full SHA
    eab127d View commit details
    Browse the repository at this point in the history
  2. Add the runtime variable

    radekdoulik authored and naricc committed Aug 3, 2021
    Copy the full SHA
    f65a9cd View commit details
    Browse the repository at this point in the history
  3. Always check for WasmMainJs

    radekdoulik authored and naricc committed Aug 3, 2021
    Copy the full SHA
    119604d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Copy the full SHA
    254e27a View commit details
    Browse the repository at this point in the history