Skip to content

Commit

Permalink
Improve wasm related doc (f3d-app#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jun 2, 2024
1 parent d91ce53 commit 2aa9d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ F3D also contains the libf3d, a simple library to render meshes, with C++ and Py

See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D!

While F3D is primarily a native application, a web app built using emscripten can be run at https://f3d.app/web
You can even use F3D directly in your [browser](https://f3d.app/web)!

If you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app).

Expand Down
2 changes: 1 addition & 1 deletion doc/libf3d/BINDINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ public class F3DExample {

If the Javascript bindings have been generated by building F3D with webassembly and emscriptem, the libf3d can be used directly from a browser.

```
See the dedicated [build](../dev/BUILD_WASM.md) guide, this [example app](https://github.com/f3d-app/f3d/blob/master/webassembly/example.html) which you can test live [here](https://f3d.app/web/)!

0 comments on commit 2aa9d39

Please sign in to comment.