Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored Sep 5, 2023
1 parent 790c4c0 commit 413be50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mono/wasm/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ The following shows the structure for a Release build, but except the name in th

Note: You can flatten the `_framework` folder away by putting `<WasmRuntimeAssetsLocation>./</WasmRuntimeAssetsLocation>` in a property group in the project file.

Note: You can replace the location of `AppBundle` directory by `<WasmAppDir>../my-frontend/wwwroot</WasmAppDir>` in a property group in the project file.

#### `_framework` folder structure
- `dotnet.js` - is the main entrypoint with the [JavaScript API](#JavaScript-API). It will load the rest of the runtime.
- `dotnet.native.js` - is posix emulation layer provided by the [Emscripten](https://github.com/emscripten-core/emscripten) project
Expand Down

0 comments on commit 413be50

Please sign in to comment.