Logo
Explore Help
Sign In
fluencelabs/wasm-bindgen
1
0
Fork 0
You've already forked wasm-bindgen
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-09 12:32:20 +00:00
Code Issues Projects Releases Wiki Activity
wasm-bindgen/crates/webidl/tests/all/main.rs

8 lines
145 B
Rust
Raw Normal View History

Move webidl tests to the webidl crate's test suite (#451) * webidl: Remove exact-output tests These have not been as effective, nor as easy to write and maintain, as the project()-based integration tests. * tests: Move webidl tests into the webidl crate's test suite
2018-07-10 14:17:33 -07:00
extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
Introduce the wasm-bindgen-webidl frontend This is still a work in progress. Parse WebIDL source text and convert it into wasm-bindgen AST, so that we can automatically emit bindings for the types and functions described in the WebIDL.
2018-05-25 17:51:48 -07:00
webidl: add empty constant test file
2018-07-13 18:32:04 +02:00
mod consts;
webidl: initial enum support Add enum support to the WebIDL interface generator.
2018-07-08 22:09:00 -04:00
mod enums;
rustfmt
2018-07-13 19:56:19 +02:00
mod simple;
webidl: Turn the `[Throws]` extended attributes into `Result<T, JsValue>` This sets the `catch` flag on the emitted AST when an operation/attribute has the `[Throws]` extended attribute on it. Additionally, constructors aren't annotated with `[Throws]` but can still throw exceptions, so we must conservatively assume *every* constructor can throw an error.
2018-07-11 11:07:03 -07:00
mod throws;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 257ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API