Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-01-08 05:04:55 +0300
committerGitHub <noreply@github.com>2020-01-08 05:04:55 +0300
commitd0a3fb1b1b11624604f32b1f1a8ee136c55272ef (patch)
treea1ed2d9b240346c78723601411859f2dc7a1ad31 /sdks/wasm/README.md
parentaa87d3db6d981426ecca6e2637238c8a211689a8 (diff)
[wasm] Rename binaries mono -> dotnet. (#18373)
Diffstat (limited to 'sdks/wasm/README.md')
-rw-r--r--sdks/wasm/README.md60
1 files changed, 30 insertions, 30 deletions
diff --git a/sdks/wasm/README.md b/sdks/wasm/README.md
index d763264a9ed..9a1773e098d 100644
--- a/sdks/wasm/README.md
+++ b/sdks/wasm/README.md
@@ -11,38 +11,38 @@
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
|--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
|--- release - Release build of the runtime.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
|--- release-dynamic - Release build of the runtime with dynamic linking enabled
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
|--- threads-debug - Debug build that includes pthreads.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
- |--- mono.js.mem - Mono WebAssembly implementations
- |--- mono.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.js.mem - Mono WebAssembly implementations
+ |--- dotnet.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
|--- threads-release - Release build that includes pthreads.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
- |--- mono.js.mem - Mono WebAssembly implementations
- |--- mono.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.js.mem - Mono WebAssembly implementations
+ |--- dotnet.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
```
@@ -207,20 +207,20 @@ During the main build two directories will be created:
|--- threads-debug - Debug build that includes pthreads.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
- |--- mono.js.mem - Mono WebAssembly implementations
- |--- mono.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.js.mem - Mono WebAssembly implementations
+ |--- dotnet.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
|--- threads-release - Release build that includes pthreads.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
- |--- mono.js.mem - Mono WebAssembly implementations
- |--- mono.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.js.mem - Mono WebAssembly implementations
+ |--- dotnet.worker.js - pthreads worker. File must be deployed with the rest of the generated code files.
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
```
@@ -249,10 +249,10 @@ During the main build one directory will be created:
|--- release-dynamic - Release build that includes dynamic linking support.
|--- corebindings.o - Runtime linked lib - NOT DISTRIBUTED
|--- driver.o - Runtime linked lib - NOT DISTRIBUTED
- |--- mono.js - Mono WebAssembly implementations
- |--- mono.wasm - Mono WebAssembly implementations
- |--- mono.wasm.map - Mono WebAssembly implementations
- |--- mono.js.mem - Mono WebAssembly implementations
+ |--- dotnet.js - Mono WebAssembly implementations
+ |--- dotnet.wasm - Mono WebAssembly implementations
+ |--- dotnet.wasm.map - Mono WebAssembly implementations
+ |--- dotnet.js.mem - Mono WebAssembly implementations
|--- zlib-helper.o - Runtime linked lib - NOT DISTRIBUTED
```