Skip to content
Snippets Groups Projects
user avatar
Joe Richey authored
Right now, while our implementations for stdweb and wasm-bindgen use
similar APIs, they do not use similar implementations. This change:

  - Switches to using the same error codes for both implementations
  - Uses error codes that detail exactly what API is missing
  - Cleans up the implemetnations to make them much more readable
  - Consitantly use thread_local in both implementations

This makes issues easier to debug and the code easier to understand.

Signed-off-by: default avatarJoe Richey <joerichey@google.com>
a29180af
History
Name Last commit Last update
..