45 Commits (v0.17.3)

Author SHA1 Message Date
José Julián Espina 73a718c8a4
Add convenience methods to `ModuleLoader` (#3007) 12 months ago
José Julián Espina 09658b02bc
Implement dynamic imports (#2932) 1 year ago
José Julián Espina 06161edcbd
Implement module execution (#2922) 1 year ago
Haled Odat b4b77e77b4
Implement runtime limits for recursion (#2904) 1 year ago
Haled Odat 802d796d51
Implement runtime limits for loops (#2857) 1 year ago
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 1 year ago
José Julián Espina 0d6ba53ff2 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 1 year ago
José Julián Espina 1e75fd0d21 Make `Realm` shareable between functions (#2801) 1 year ago
José Julián Espina 34d6b93f36 Fix cross-realm construction bugs (#2786) 1 year ago
dependabot[bot] 59d1a43107 Bump futures-util from 0.3.27 to 0.3.28 (#2769) 1 year ago
Iban Eguia Moraza 540aa2be4f Initial version of a JS -> Rust conversion trait. (#2276) 1 year ago
Iban Eguia Moraza f793a278df Added an example usage to documentation (#2742) 1 year ago
dependabot[bot] 9a34cb97f1 Bump futures-util from 0.3.26 to 0.3.27 (#2668) 1 year ago
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 1 year ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 1 year ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 1 year ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 1 year ago
raskad e6a1c3789d Fix rust 1.67 lints (#2567) 1 year ago
José Julián Espina 7c9eef8edc Improve the design of ephemerons in our GC (#2530) 1 year ago
José Julián Espina edd404ba7f Redesign native functions and closures API (#2499) 1 year ago
José Julián Espina 81680ff5c4 Pass locale data provider by ref instead of boxing (#2508) 1 year ago
José Julián Espina cbf07824cb Cleanup `Context` APIs (#2504) 1 year ago
Kevin 8c882817c0 `JsArrayBuffer` take method and docs (#2454) 2 years ago
Kevin 98e6dd36cb Boa Gc implementation draft (#2394) 2 years ago
Anuvrat 70f73b45d8 Safe wrapper for `JsDate` (#2181) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
José Julián Espina b4da172f91 Extract the ast to a crate (#2402) 2 years ago
Addison Crump b5b8cdfa18 Implement AST Visitor pattern (attempt #3) (#2392) 2 years ago
Iban Eguia Moraza a47d9ec732 Modified the `loadfile` example to show how Boa can read bytes (#2363) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
Kevin 13dcdd4a97 Implement `JsRegExp` (#2326) 2 years ago
José Julián Espina df70302194 First prototype for new `JsString` using UTF-16 (#1659) 2 years ago
Calli c8f6f85d61 Separate JsObjectType implementors to their own module (#2324) 2 years ago
Kevin eaf94284bd Implement `JsDataView` (#2308) 2 years ago
José Julián Espina e9e85f5a49 Switch to workspace inherited properties (#2297) 2 years ago
Iban Eguia f5be60975b Updated dependencies for 0.16 release (#2300) 2 years ago
Halid Odat 48d8b420c5 Implement `JsArrayBuffer` (#2170) 2 years ago
Anuvrat Singh 52bc15bc23 Safe wrapper for `JsSet` (#2162) 2 years ago
Kevin d0d70345eb Implementation of JsMap Wrapper (#2115) 2 years ago
Iban Eguia 1dbd31e2b7 Added changelog, updated dependencies, bumped version number for 0.15 (#2102) 2 years ago
Jason Williams 01bd50fa72 cargo workspaces fixes #2001 (#2026) 2 years ago
Halid Odat 17aa57040d Feature `JsTypedArray`s (#2003) 2 years ago
Iban Eguia 8d746ecc0b Upgraded wasm-bindgen (#2020) 2 years ago
jasonwilliams 16f3a0bd29 give everything a version 2 years ago
Jason Williams 44b5617d8d Added boa examples (#1161) 2 years ago