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

[wasm] Set the $RUNTIMESRCDIR$ for interpreter #1759

Commits on Jul 29, 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 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0c8936a View commit details
    Browse the repository at this point in the history
  2. Add the runtime variable

    radekdoulik committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7e531d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    03792a7 View commit details
    Browse the repository at this point in the history