Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Josh Cooley edited this pageOct 10, 2023 ·271 revisions

logo

This is the wiki for the EmscriptenLLVM toJavaScript compiler. This wiki is for documentation about Emscripten that is:

  • Under construction or for features that have not been fully developed
  • informal and unofficial documentation about the product
  • Time sensitive and requires update faster than can get into the main documentation set.

You probably want to visitthe main Emscripten website.

Wiki Migration and Cleanup

TheEmscripten site went live on Github pages on Friday 25th July, 2014. Most of the wiki documents that were hosted here on the wiki have been migrated.

There are instructions on building the site on theAbout site link on the bottom of every page.

Demos and Examples

An outdated list of historical interest ofdemos and examples

class MyGroup(ExceptionGroup):def derive(self, excs):return MyGroup(self.message, excs)

e = MyGroup("eg", [ValueError(1), TypeError(2)])e.add_note("a note")e.context = Exception("context")e.cause = Exception("cause")try:raise eexcept Exception as e:exc = e

match, rest = exc.split(ValueError)exc, exc.context, exc.cause, exc.notes

match, match.context, match.cause, match.notes

rest, rest.context, rest.cause, rest.notes

exc.traceback is match.traceback is rest.traceback

Qq12

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp