<?xml version="1.0" encoding="UTF-8"?>
<channel>
  <title>Simon Binder</title>
  <link>https://wwww.simonbinder.eu/</link>
  <description>Simon Binder's blog</description>
  <item>
    <title>Building highly efficient JavaScript packages with dart2wasm</title>
    <link>/posts/dart2wasm_library</link>
    <description>Turns out JavaScript is the one thing you don't want in a JavaScript package.</description>
  </item>
  <item>
    <title>Analyzer-powered code snippets for jaspr_content</title>
    <link>/posts/built_snippets</link>
    <description>Introducing the jaspr_content_snippets package</description>
  </item>
  <item>
    <title>Using native assets in existing FFI packages.</title>
    <link>/posts/native_assets</link>
    <description>How I've migrated `package:sqlite3` towards native assets without breaking users.</description>
  </item>
  <item>
    <title>Using WebAssembly in Dart web apps</title>
    <link>/posts/dart_wasm</link>
    <description>Summary of my experience binding to sqlite3 in Dart through WebAssembly</description>
  </item>
  <item>
    <title>Generating files across directories with build_runner</title>
    <link>/posts/build_directory_moves</link>
    <description>A tutorial on how to put generated files into different directories</description>
  </item>
  <item>
    <title>Static sites with Dart</title>
    <link>/posts/ssg_with_build</link>
    <description>Some thoughts on generating websites with `build_runner`.</description>
  </item>
  <item>
    <title>Debugging analyzer plugins</title>
    <link>/posts/debugging_analysis_server_plugins</link>
    <description>A short tutorial on writing debuggable analyzer plugins</description>
  </item>
</channel>