Skip to content

Commit

Permalink
docs: Adjust for removed APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 23, 2024
1 parent 677a84f commit a498160
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/using-the-bootstrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ By default, the .NET runtime does not load all resource assemblies, but if you w
</PropertyGroup>
```

## Interop

- `Module.mono_bind_static_method` is not available anymore, you'll need to use `Module.getAssemblyExports` instead.
- `.bc` native files are not supported anymore. Use `.a` or `.o` extensions.

### Deprecated APIs

- The `Uno.Wasm.Boostrap.DevServer` package is not needed anymore and can be removed
Expand Down

0 comments on commit a498160

Please sign in to comment.